Skip to content

Commit b33d2d3

Browse files
committed
Issues #21 Double click on the system tray allows you to display the settings window
1 parent 85643a8 commit b33d2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SmartContextMenu/SystemTrayMenu.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public void Build(ApplicationSettings settings)
137137
_icon.Icon = Properties.Resources.SmartContextMenu;
138138
_icon.Text = AssemblyUtils.AssemblyTitle;
139139
_icon.Visible = true;
140+
_icon.DoubleClick += (sender, e) => MenuItemSettingsClick?.Invoke(sender, e);
140141

141142
_isBuilt = true;
142143
}

0 commit comments

Comments
 (0)