mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 20:23:59 +00:00
SYNC: fix - dont' show devtools
This commit is contained in:
committed by
Diflow
parent
89ddced342
commit
cffa288227
@@ -410,7 +410,7 @@ function createWindow() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
mainWindow.webContents.toggleDevTools();
|
// mainWindow.webContents.toggleDevTools();
|
||||||
|
|
||||||
mainWindow.loadURL(startUrl);
|
mainWindow.loadURL(startUrl);
|
||||||
if (os.platform() == 'linux') {
|
if (os.platform() == 'linux') {
|
||||||
|
|||||||
Reference in New Issue
Block a user