feat(menu, dev-tools): enhance menu with view options and enable dev tools in development mode

This commit is contained in:
Anish Sarkar 2026-05-26 03:55:16 +05:30
parent 98697f1dd6
commit bf4e60d224
5 changed files with 27 additions and 4 deletions

View file

@ -53,6 +53,7 @@ export function createMainWindow(initialPath = '/dashboard'): BrowserWindow {
nodeIntegration: false,
sandbox: true,
webviewTag: false,
devTools: !app.isPackaged,
},
show: false,
...(isMac