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
when i use onTrayIconMouseDown to display the app to foreground, the result is both left and right click is called onTrayIconMouseDown, there is open and exit in the ContextMenu, i hope to use open menu or left click the tray icon to display the app, but when i right click the icon, its already displayed, its weird.
There is already a function named onTrayIconRightMouseDown,so i think onTrayIconMouseDown should only detect left click
The text was updated successfully, but these errors were encountered:
when i use onTrayIconMouseDown to display the app to foreground, the result is both left and right click is called onTrayIconMouseDown, there is
open
andexit
in the ContextMenu, i hope to useopen
menu or left click the tray icon to display the app, but when i right click the icon, its already displayed, its weird.There is already a function named
onTrayIconRightMouseDown
,so i thinkonTrayIconMouseDown
should only detect left clickThe text was updated successfully, but these errors were encountered: