mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
feat(menu, dev-tools): enhance menu with view options and enable dev tools in development mode
This commit is contained in:
parent
98697f1dd6
commit
bf4e60d224
5 changed files with 27 additions and 4 deletions
|
|
@ -53,6 +53,7 @@ export function createMainWindow(initialPath = '/dashboard'): BrowserWindow {
|
|||
nodeIntegration: false,
|
||||
sandbox: true,
|
||||
webviewTag: false,
|
||||
devTools: !app.isPackaged,
|
||||
},
|
||||
show: false,
|
||||
...(isMac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue