instatushq / out

Monitor services in your menu bar
https://instatus.com/out
MIT License
161 stars 13 forks source link

Hide Dock Icon #39

Open chrisspiegl opened 3 years ago

chrisspiegl commented 3 years ago

I have recently started developing a Electron app myself and found that it is possible to hide the dock icon. Something along the lines of:

app.dock.hide()

Would be cool to not have it in the menu bar and the dock.

alisalahio commented 3 years ago

There's an issue with Menubar currently.

I just did this solution and will see if it fixes the problem