feat: persist window position and size between runs
This commit is contained in:
@@ -7,8 +7,7 @@
|
|||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
"devUrl": "http://localhost:1420",
|
"devUrl": "http://localhost:1420",
|
||||||
"beforeBuildCommand": "npm run build",
|
"beforeBuildCommand": "npm run build",
|
||||||
"frontendDist": "../dist",
|
"frontendDist": "../dist"
|
||||||
"devtools": true
|
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"windows": [
|
"windows": [
|
||||||
@@ -20,8 +19,7 @@
|
|||||||
"minHeight": 600,
|
"minHeight": 600,
|
||||||
"decorations": false,
|
"decorations": false,
|
||||||
"transparent": false,
|
"transparent": false,
|
||||||
"resizable": true,
|
"resizable": true
|
||||||
"center": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"trayIcon": {
|
"trayIcon": {
|
||||||
|
|||||||
Reference in New Issue
Block a user