inkdropapp / forum

User support forum for Inkdrop
https://www.inkdrop.info/
10 stars 1 forks source link

Hide Menu Bar on Windows #41

Closed livejamie closed 7 years ago

livejamie commented 7 years ago

It would be nice to have an option to hide or toggle the menu bar at the top.

Most apps do this by pressing Alt.

craftzdog commented 7 years ago

Hi, thanks for the suggestion!

Pressing alt key sets focus to the menu on the most Windows apps like Explorer by default. I could support auto hide menu bar but it makes difficult to find where it is for newbies.

Instead of supporting it by the app itself, it'd be nice to make a plugin for it.

craftzdog commented 7 years ago

It can be easily supported with autoHideMenuBar of Electron API: https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions

marvolo3d commented 7 years ago

Any hope of a plugin for this? I'm trying to create one but failing as I don't know anything about electron programming.

craftzdog commented 7 years ago

Yeah, I see many upvotes here. Seems like it's important! I will work on it anytime soon.

craftzdog commented 7 years ago

hide-menu-bar plugin is now available: https://app.inkdrop.info/plugins/hide-menu-bar