You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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?
The text was updated successfully, but these errors were encountered: