during startup, if the dev server at localhost:1420 isn't running, you get a blank settings window
This commit is contained in:
parent
24e0319256
commit
e73eba7af0
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@
|
||||||
"minWidth": 540,
|
"minWidth": 540,
|
||||||
"minHeight": 720,
|
"minHeight": 720,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"maximizable": false
|
"maximizable": false,
|
||||||
|
"visible": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"security": {
|
"security": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue