We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a487da9 commit a0d0db8Copy full SHA for a0d0db8
2 files changed
GUI/SystemTray.cs
@@ -29,7 +29,7 @@ public SystemTray(IComputer computer, PersistentSettings settings,
29
hideShowItem.DefaultItem = true;
30
hideShowItem.Click += (obj, args) => SendHideShowCommand();
31
contextMenu.MenuItems.Add(hideShowItem);
32
- contextMenu.MenuItems.Add(new MenuItem("-"));
+ contextMenu.MenuItems.Add("-");
33
var exitItem = new MenuItem("Exit");
34
exitItem.Click += (obj, args) => SendExitCommand();
35
contextMenu.MenuItems.Add(exitItem);
0 commit comments