Skip to content

Commit

Permalink
Change default action on single click on system tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
d1vanov committed Jan 24, 2025
1 parent 86db270 commit c49230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tray/SystemTrayIconManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(SystemTrayIconManager::TrayActionDoNothing)
#else
#define DEFAULT_SINGLE_CLICK_TRAY_ACTION \
(SystemTrayIconManager::TrayActionShowContextMenu)
(SystemTrayIconManager::TrayActionShowHide)
#endif

#define DEFAULT_MIDDLE_CLICK_TRAY_ACTION \
Expand Down

0 comments on commit c49230b

Please sign in to comment.