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
Instead of double-click, it toggles the window with a triple click.
The code in tray.js doesn't use on('double-clicked') on win32 for some reason, but the OS (Win 7 and 10 at least) does send the second click as a double-click event, so only the third click finally works with the 'clicked' handler.
The text was updated successfully, but these errors were encountered:
Instead of double-click, it toggles the window with a triple click.
The code in tray.js doesn't use on('double-clicked') on win32 for some reason, but the OS (Win 7 and 10 at least) does send the second click as a double-click event, so only the third click finally works with the 'clicked' handler.
The text was updated successfully, but these errors were encountered: