Skip to content

Commit

Permalink
Issues #21 Double click on the system tray allows you to display the …
Browse files Browse the repository at this point in the history
…settings window
  • Loading branch information
AlexanderPro committed May 26, 2024
1 parent 85643a8 commit b33d2d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SmartContextMenu/SystemTrayMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public void Build(ApplicationSettings settings)
_icon.Icon = Properties.Resources.SmartContextMenu;
_icon.Text = AssemblyUtils.AssemblyTitle;
_icon.Visible = true;
_icon.DoubleClick += (sender, e) => MenuItemSettingsClick?.Invoke(sender, e);

_isBuilt = true;
}
Expand Down

0 comments on commit b33d2d3

Please sign in to comment.