gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

OS X hidden menubar results in wrong player position/margin #72

Open faroit opened 7 years ago

faroit commented 7 years ago

macOS allows to hide the menubar since 10.11. This seems to confuse cumulus window position a bit....

screen shot 2016-10-21 at 14 27 05

I don't know if it's possible to check if menu does exist and then readjust the players position? that would certainly look better.

Thanks for this great project!

seppestas commented 7 years ago

Interesting issue, nice catch!

I think having the menu bar locked to show while the app is visible makes the most sense since this seems to be the behaviour of regular menus registered on the menu bar. However, apps like dropbox and google drive do not seem to have that behaviour, so I'm not sure if it going to be possible.

Either way, I think this will require some changes in Electron or even Chromium. I noticed Chrome becomes very unstable on my system when enabling / disabling the auto hide feature of the menu bar when Chrome is running.