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
Describe the bug
It's come to my attention that electron doesn't support tray icons on linux in general. The fix would be to conditionally render the tray on macOS and Windows only, and minimize to taskbar normally on linux otherwise.
Environment:
OS: All supported linux distributions.
Version: master
The text was updated successfully, but these errors were encountered:
Could also just get rid of it entirely for linux and register a global shortcut instead. The global shortcut would be for quick copying like on Windows, and the tiny window that spawns could have a button to open up the whole manager.
Describe the bug
It's come to my attention that electron doesn't support tray icons on linux in general. The fix would be to conditionally render the tray on macOS and Windows only, and minimize to taskbar normally on linux otherwise.
Environment:
The text was updated successfully, but these errors were encountered: