-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
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
showDockIcon: false not working on macOS #306
Comments
OK, I can "fix" this if I put |
Same here. Just got this issue after upgrading Electron and Menubar. Seems related to #296 |
Also just noticed this. It worked before, but now it's not hiding the icon. Interestingly, I also tried setting |
The other solutions mentioned did not work consistently for me, so I ended up downgrading to Electron |
OK, an update... The However, for me setting In case anyone is unsure, to add custom items to the
|
any update on this? |
must use |
Description
On macOS the dock icon is initially hidden, but when I click the menubar app, it appears, and the native app menu bar is also shown.
Steps to Reproduce the Problem
Expected Behaviour
No dock icon appears when the menubar icon is clicked
Actual Behaviour
A dock icon appears, along with a set of main app menus (Electron, File, View, Window, Help)
Specifications
Other information
The text was updated successfully, but these errors were encountered: