Feature/105 add tray icon #101
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Siderus/Orion!101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/105-add-tray-icon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed?
Added tray icon.
Now the app runs in the background when you close all windows, unless you quit from the tray icon.
@ -0,0 +1,35 @@import path from 'path'Disable here the trayicon on macOS! There is no need for that as the app on that platform will not quit if all the windows are closed.
Docs? Maybe? :D
If I close the main window i can't see the trayicon on Ubuntu 16.04
on macOS (which should be disabled) I see a giant icon :D
@ -0,0 +1,35 @@import path from 'path'Use NativeImage (https://electronjs.org/docs/api/native-image#nativeimagecreatefrompathpath)
This will ensure to have the best graphics and scaled image. AFAIK
Let me know if the latest commit solves this :)
It looks like it (I will test it this evening)
The Ubuntu one seems to be a Distro/Configuration-driven situation.
By installing it from the dpkg and then running it it works :)
dpkg dependencies added to the docs so we know that when running from source the user should install the appindicator/missing pkgs! Ready to merge