Skip to content

Commit 8fa653c

Browse files
committed
Prepare release
1 parent 206ed2f commit 8fa653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ private void InitNotifyIcon()
10181018
}
10191019

10201020
_notifyIcon.Text = Title;
1021-
_notifyIcon.Click += NotifyIcon_Click;
1021+
// DISABLED IN RELEASE _notifyIcon.Click += NotifyIcon_Click;
10221022
_notifyIcon.MouseDown += NotifyIcon_MouseDown;
10231023
_notifyIcon.Visible = SettingsManager.Current.TrayIcon_AlwaysShowIcon;
10241024
}

0 commit comments

Comments
 (0)