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

Remove the menu bar in fullscreen view #15

Closed
Nekomajin42 opened this issue Jul 31, 2019 · 1 comment
Closed

Remove the menu bar in fullscreen view #15

Nekomajin42 opened this issue Jul 31, 2019 · 1 comment
Assignees

Comments

@Nekomajin42
Copy link
Contributor

You can use this code:

{
  label: "Fullscreen",
  accelerator: "F11",
  click: function() {
    win.setMenuBarVisibility(win.isFullScreen());
    win.setFullScreen(!win.isFullScreen());
  }
}
@ollm ollm self-assigned this Jul 31, 2019
@ollm
Copy link
Owner

ollm commented Jul 31, 2019

I just implemented it in f1e0498

Thanks for the suggestion.

@ollm ollm closed this as completed Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants