Skip to content

Commit

Permalink
Tray icon now opens menu on click, bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronC81 committed Jun 19, 2018
1 parent 1fb38d2 commit bec6921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Disintegrate.UI/TrayIconContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public TrayIconContext(bool launchNow = false) {
})
};

_notifyIcon.Click += (s, e) => (new Menu()).Show();

if (launchNow)
{
(new Menu()).Show();
Expand Down
2 changes: 1 addition & 1 deletion Disintegrate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@

public class Info
{
public const string Version = "1.10.0";
public const string Version = "2.0.0";
}

0 comments on commit bec6921

Please sign in to comment.