feat: forcing dev tools

This commit is contained in:
Chubby Granny Chaser
2025-10-29 02:12:17 +00:00
parent b1069426e4
commit 274080069f

View File

@@ -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();