I recently started making a desktop app with Electron, and staring at that menu bar that's always there at the top is getting annoying.
So, I went online and scoured the web for a good solution - but most answers I found were either very old, might not be supported in all operating systems, or just weren't what I was looking for. So, here I am, asking a question which will probably be marked a duplicate.
I want to hide the menubar in my app permanently - so setting the autoHideMenuBar
property to true
won't work, as then the alt key would still show it.
I want to keep functionality like using F11 to get fullscreen as well.
Does anyone know how I can do that?