We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c5e83 commit 294b538Copy full SHA for 294b538
EnhancePoE/View/MainWindow.xaml.cs
@@ -89,7 +89,7 @@ private void InitializeTray()
89
_trayIcon.Visible = true;
90
_trayIcon.ContextMenuStrip = new System.Windows.Forms.ContextMenuStrip();
91
_ = _trayIcon.ContextMenuStrip.Items.Add( "Close", null, OnTrayItemMenuClicked );
92
- _trayIcon.MouseClick += ( s, a ) =>
+ _trayIcon.DoubleClick += ( s, a ) =>
93
{
94
Show();
95
_ = Activate();
0 commit comments