Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMenu shown on Alt on the main window, but is always shown in a new one. #765
Labels
Comments
|
Same behaviour with |
|
I searched through the code, here's what I found in mainWindow.js :
As far as I understand, the autoHideMenuBar option (at least) should be also passed to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
System menu behaviour shows inconsistency between the main window and an "open in new window" one
Steps to reproduce issue
Not really a big thing, but inconsistent. The menu should behave the same (either always shown, or shown only when pressing Alt) in both cases.
Note that I have no sufficient knowledge of Electron's development to know if it's due to the nativefier code (a missing setting of autoHideMenuBar when creating the new window) or if it's a bug of electron's itself.
Details
(Anyway, just wanted to say nativefier is an invaluable tool ! Thanks a lot !)