feat: persist window position and size between runs

This commit is contained in:
Your Name
2026-02-17 21:33:32 +02:00
parent fc43d2bc29
commit eab5e94452

View File

@@ -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": {