mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 07:36:01 +00:00
fixed app startup #862
This commit is contained in:
@@ -311,7 +311,9 @@ function createWindow() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let bounds = initialConfig['winBounds'];
|
let bounds = initialConfig['winBounds'];
|
||||||
|
if (bounds) {
|
||||||
bounds = ensureBoundsVisible(bounds);
|
bounds = ensureBoundsVisible(bounds);
|
||||||
|
}
|
||||||
useNativeMenu = settingsJson['app.useNativeMenu'];
|
useNativeMenu = settingsJson['app.useNativeMenu'];
|
||||||
|
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
|
|||||||
Reference in New Issue
Block a user