Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ColorPicker/Behaviors/NotifyIconBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ private void SetupTrayIcon()

_notifyIcon.ContextMenu.MenuItems.Add(new MenuItem("Settings", OnSettingsClick) { ShowShortcut = false });
_notifyIcon.ContextMenu.MenuItems.Add(new MenuItem("Close", onCloseClick) { ShowShortcut = false });
_notifyIcon.MouseClick += (s, e) => _settingsWindowHelper.ShowSettings();
}

private void Current_Exit(object sender, ExitEventArgs e)
Expand Down