elm-desktop-app icon indicating copy to clipboard operation
elm-desktop-app copied to clipboard

Ability to hide default ElectronJS menu bar

Open objarni opened this issue 3 years ago • 1 comments

In electronjs 5 and newer, there is a simple API to hide the menu bar which really destroys the UX of an elm-desktop-app (it's good for development, though, as it exposes the chrome devtools):

win.removeMenu() (see https://stackoverflow.com/a/39092033)

Are there any plans to make a elm-desktop-app API to use that API?

objarni avatar Nov 26 '20 06:11 objarni