Skip to content

Commit

Permalink
Merge #2609 Revert unintentional tray icon change from #2587
Browse files Browse the repository at this point in the history
  • Loading branch information
politas committed Dec 14, 2018
2 parents 9bcd4c8 + 4ad1459 commit f0747dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
- [Multiple] Don't auto-install recommendations when auditing recommendations (#2606 by: HebaruSan; reviewed: politas)
- [GUI] Suppress wrapping of status bar in Mono (#2607 by: HebaruSan; reviewed: politas)
- [GUI] Remove unnecessary parameter in Configuration methods (#2608 by: DasSkellett; reviewed: HebaruSan)
- [GUI] Revert unintentional tray icon change from #2587 (#2609 by: HebaruSan; reviewed: politas)

## v1.25.4

Expand Down
2 changes: 1 addition & 1 deletion GUI/MainTrayIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private void UpdateTrayState()
}
else
{
//minimizeNotifyIcon.Visible = false;
minimizeNotifyIcon.Visible = false;
}
}

Expand Down

0 comments on commit f0747dd

Please sign in to comment.