debug console

This commit is contained in:
Jan Prochazka
2024-09-03 10:45:13 +02:00
parent a3b6a7446d
commit 4838c29873

View File

@@ -399,7 +399,7 @@ function createWindow() {
} }
}); });
// mainWindow.webContents.toggleDevTools(); mainWindow.webContents.toggleDevTools();
mainWindow.loadURL(startUrl); mainWindow.loadURL(startUrl);
if (os.platform() == 'linux') { if (os.platform() == 'linux') {