diff options
-rw-r--r-- | src-tauri/tauri.conf.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a1a83c2e..9789b5d0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -62,7 +62,11 @@ { "fullscreen": false, "resizable": true, - "title": "FlightCore" + "title": "FlightCore", + "height": 600, + "minHeight": 600, + "width": 1000, + "minWidth": 1000 } ] } |