Skip to content

Commit a0d0db8

Browse files
committed
code clean
1 parent a487da9 commit a0d0db8

2 files changed

Lines changed: 1 addition & 1671 deletions

File tree

GUI/SystemTray.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public SystemTray(IComputer computer, PersistentSettings settings,
2929
hideShowItem.DefaultItem = true;
3030
hideShowItem.Click += (obj, args) => SendHideShowCommand();
3131
contextMenu.MenuItems.Add(hideShowItem);
32-
contextMenu.MenuItems.Add(new MenuItem("-"));
32+
contextMenu.MenuItems.Add("-");
3333
var exitItem = new MenuItem("Exit");
3434
exitItem.Click += (obj, args) => SendExitCommand();
3535
contextMenu.MenuItems.Add(exitItem);

0 commit comments

Comments
 (0)