feat: add window close handler, configure minimum window size

Flush pending board saves on window close via Tauri's onCloseRequested.
Set minimum window dimensions to 800x600.
This commit is contained in:
Your Name
2026-02-15 19:24:00 +02:00
parent 943b24c371
commit 083c351ab2
2 changed files with 15 additions and 1 deletions

View File

@@ -14,7 +14,9 @@
{
"title": "OpenPylon",
"width": 1200,
"height": 800
"height": 800,
"minWidth": 800,
"minHeight": 600
}
],
"security": {