You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay I figured it out. Need to edit "\Lib\site-packages\infi\systray\traybar.py". Just replace "pass" under "elif lparam == WM_LBUTTONUP:" with "self._show_menu()".
Is there a way to make the program display the menu when you left-click on the system tray icon instead of right-clicking on it (or both)?
The text was updated successfully, but these errors were encountered: