-
Notifications
You must be signed in to change notification settings - Fork 279
auto-hide menubar (can still be recalled by holding Alt key) #2730
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jonassvatos . I think this behavior may not be what all users want, so we should add a menu to set it.
Also, please check out the git commit guidelines: https://headlamp.dev/docs/latest/contributing#2-follow-commit-guidelines
@@ -1040,6 +1040,7 @@ function startElecron() { | |||
contextIsolation: true, | |||
preload: `${__dirname}/preload.js`, | |||
}, | |||
autoHideMenuBar: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a setting. I imagine not all users want this behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Are you still planning to continue work on this issue?
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-contributor-experience at kubernetes/community. /check-cla |
|
The default Electron menu bar is visible even when there is nothing custom, eg. settings or so on.
This PR effectively hides it, with the option to recall it again using Alt key.