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",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist",
"devtools": true
"frontendDist": "../dist"
},
"app": {
"windows": [
@@ -20,8 +19,7 @@
"minHeight": 600,
"decorations": false,
"transparent": false,
"resizable": true,
"center": true
"resizable": true
}
],
"trayIcon": {