diff --git a/ColorPicker/Behaviors/NotifyIconBehavior.cs b/ColorPicker/Behaviors/NotifyIconBehavior.cs index 00a16a8..b9f0461 100644 --- a/ColorPicker/Behaviors/NotifyIconBehavior.cs +++ b/ColorPicker/Behaviors/NotifyIconBehavior.cs @@ -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)