Skip to content

Commit

Permalink
refactor(desktop): auto hide menu bar (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Feb 25, 2022
1 parent 0627083 commit 656e4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/main-app/src/window-manager/default-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const defaultBrowserWindowOptions: BrowserWindowConstructorOptions = {
show: false,
fullscreenable: false,
maximizable: false,
autoHideMenuBar: true,
webPreferences: {
autoplayPolicy: "no-user-gesture-required",
// TODO: set nodeIntegration: false
Expand Down

0 comments on commit 656e4ae

Please sign in to comment.