branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 75 forks source link

Tray-Application #27

Open tiptronic opened 5 years ago

tiptronic commented 5 years ago

Thanks for this nifty project (there was an attempt a while ago by the apache foundation building such a thing using Cordova https://cordova.apache.org ) but that stalled. Your approach is pretty good and works really well. Since the application size comes way down, it seems as the project is also pretty good predestined to create tray/menubar-extra applications. But as far as I can see, there's no support for that - is that right?

mdings commented 4 years ago

You can use systray in the main process. I just tried it out and seems to be working as expected

tiptronic commented 4 years ago

Yes, I know I can do that (and I did), but it would be a great addition to this nice (but dead?) project.