Skip to content
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

implemented win.menu=null to remove menubar #4743

Merged
merged 1 commit into from
Apr 19, 2016
Merged

Conversation

ghostoy
Copy link
Member

@ghostoy ghostoy commented Apr 19, 2016

Previously in 0.12.x the visibility of menubar on fullscreen/kiosk
mode is inconsistent on different platforms. Since 0.13.0, the
menubar is always visible on fullscreen / kiok mode. Using
win.menu=null can remove the menubar manually. This gives
developers better control on the menubars.

This patch implemented win.menu=null to completely remove the
menubar on Linux and Windows, and cleared out the menubar on Mac.
The patch also updated the docs about menubar visibility on
fullscreen mode.

Fixed #4725

Previously in 0.12.x the visibility of menubar on fullscreen/kiosk
 mode is inconsistent on different platforms. Since 0.13.0, the
menubar is always visible on fullscreen / kiok mode. Using
`win.menu=null` can remove the menubar manually. This gives
developers better control on the menubars.

This patch implemented `win.menu=null` to completely remove the
menubar on Linux and Windows, and cleared out the menubar on Mac.
The patch also updated the docs about menubar visibility on
fullscreen mode.

Fixed nwjs#4725
@rogerwang rogerwang merged commit af1ccb0 into nwjs:nw14 Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants