fix(tauri): set minimum window size for tauri

This commit is contained in:
2026-05-27 21:11:01 +02:00
parent 0c071c0621
commit d317ce6179
+2
View File
@@ -12,6 +12,8 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"minHeight": 600,
"minWidth": 800,
"title": "Court Pilot", "title": "Court Pilot",
"width": 800, "width": 800,
"height": 600, "height": 600,