Open devtools by default

This commit is contained in:
jeffvli 2024-07-14 03:00:58 -07:00
parent d27a656568
commit 383e60b33e

View File

@ -405,6 +405,7 @@ const createWindow = async (first = true) => {
}
mainWindow.show();
mainWindow.webContents.openDevTools();
createWinThumbarButtons();
}
});