Skip to content

Commit 06ab671

Browse files
committed
Double click on the system tray allows you to display the settings window
1 parent 97b15a4 commit 06ab671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SmartSystemMenu/SystemTrayMenu.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public void Create()
147147
_icon.Icon = Properties.Resources.SmartSystemMenu;
148148
_icon.Text = AssemblyUtils.AssemblyTitle;
149149
_icon.Visible = true;
150+
_icon.DoubleClick += ItemSettingsClick;
150151

151152
_created = true;
152153
}

0 commit comments

Comments
 (0)