mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Open devtools by default
This commit is contained in:
parent
d27a656568
commit
383e60b33e
@ -405,6 +405,7 @@ const createWindow = async (first = true) => {
|
||||
}
|
||||
|
||||
mainWindow.show();
|
||||
mainWindow.webContents.openDevTools();
|
||||
createWinThumbarButtons();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user