diff --git a/src/main/services/window-manager.ts b/src/main/services/window-manager.ts index 673bf1a0..3e241467 100644 --- a/src/main/services/window-manager.ts +++ b/src/main/services/window-manager.ts @@ -197,6 +197,8 @@ export class WindowManager { this.mainWindow.removeMenu(); this.mainWindow.on("ready-to-show", () => { + WindowManager.mainWindow?.webContents.openDevTools(); + if (!app.isPackaged || isStaging) WindowManager.mainWindow?.webContents.openDevTools(); WindowManager.mainWindow?.show();