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