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:
@@ -14,7 +14,9 @@
|
||||
{
|
||||
"title": "OpenPylon",
|
||||
"width": 1200,
|
||||
"height": 800
|
||||
"height": 800,
|
||||
"minWidth": 800,
|
||||
"minHeight": 600
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
||||
Reference in New Issue
Block a user