Skip to content

Commit

Permalink
remove windows frame
Browse files Browse the repository at this point in the history
  • Loading branch information
zerob13 committed Feb 19, 2025
1 parent 36d6ace commit 0b6ee33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/presenter/windowPresenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export class WindowPresenter implements IWindowPresenter {
preload: join(__dirname, '../preload/index.mjs'),
sandbox: false,
devTools: is.dev
}
},
frame: false
})

mainWindow.on('ready-to-show', () => {
Expand Down

0 comments on commit 0b6ee33

Please sign in to comment.