Skip to content

Commit

Permalink
Hide top level menu bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 16, 2024
1 parent 188abc6 commit 5ec327f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const createWindow = async () => {
nodeIntegration: true, // Enable Node.js integration
contextIsolation: true,
},
autoHideMenuBar: true,
});

// and load the index.html of the app.
Expand Down

0 comments on commit 5ec327f

Please sign in to comment.