fix(Desktop App): make closing app not just hide to tray
This commit is contained in:
parent
04e4de0fb8
commit
8b3b536bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
"borderless": false,
|
"borderless": false,
|
||||||
"enableInspector": true,
|
"enableInspector": true,
|
||||||
"openInspectorOnStartup": false,
|
"openInspectorOnStartup": false,
|
||||||
"exitProcessOnClose": false
|
"exitProcessOnClose": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"port": 5050,
|
"port": 5050,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue