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
By default, the menu should be disabled, but it is always visible and enabled on macOS regardless of the --menu CLI option.
There seem to be quite a few problems with disabling the menu on macOS in Electron. I have build other Electron apps that are able to disable the menu on macOS, so I suppose the issue is related to the way the kiosk-browser is initializing the BrowserWindow.
The text was updated successfully, but these errors were encountered:
By default, the menu should be disabled, but it is always visible and enabled on macOS regardless of the
--menu
CLI option.There seem to be quite a few problems with disabling the menu on macOS in Electron. I have build other Electron apps that are able to disable the menu on macOS, so I suppose the issue is related to the way the
kiosk-browser
is initializing theBrowserWindow
.The text was updated successfully, but these errors were encountered: