Skip to content

Commit

Permalink
switched menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
kurumpa committed Oct 24, 2014
1 parent 0b28517 commit a561b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public SysTrayApp(Switcher engine)
{
this.engine = engine;
trayMenu = new ContextMenu();
trayMenu.MenuItems.Add("Exit", OnExit);
power = new MenuItem("", OnPower);
trayMenu.MenuItems.Add(power);
trayMenu.MenuItems.Add("Exit", OnExit);


trayIcon = new NotifyIcon();
Expand Down

0 comments on commit a561b8f

Please sign in to comment.