Skip to content

Commit

Permalink
Deactivated spell checking, set autoHideMenuBar true
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Nov 23, 2023
1 parent 2389540 commit 8be8d61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ const createWindow = async() => {
width: 1280,
height: 1000,
icon: getAssetPath('icons/512x512.png'),
autoHideMenuBar: true,
webPreferences: {
spellcheck: false,
contextIsolation: true,
nodeIntegration: false,
preload: environment === 'production'
Expand Down

0 comments on commit 8be8d61

Please sign in to comment.