We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As electron/electron#14941 is still not fixed, the idea on linux is, to just have a context menu "Open Balloon", "Close Balloon", "Feedback", ...
Click on "Open Balloon" will open the current Tray Window.
Related to #132
Also update electron-traywindow-positioner to v1.1.x
The text was updated successfully, but these errors were encountered:
Note: electron v8 electron/electron#21445 tray icon is not displayed on my linux mint 19 cinnamon
Sorry, something went wrong.
Probably we need to scale the tray icon correctly as mentioned here: electron/electron#21445 (comment)
New tray behaviour for linux
b3469cd
Resolves: #207
a1c72b5
Fix TypeError: Cannot read property 'setContextMenu' of undefined
84b6bbe
Fixes regression introduced with a1c72b5 Related to: #207
No branches or pull requests
Describe the change
As electron/electron#14941 is still not fixed, the idea on linux is, to just have a context menu "Open Balloon", "Close Balloon", "Feedback", ...
Click on "Open Balloon" will open the current Tray Window.
Related to #132
Also update electron-traywindow-positioner to v1.1.x
The text was updated successfully, but these errors were encountered: