diff --git a/FCLauncher/src-tauri/tauri.conf.json b/FCLauncher/src-tauri/tauri.conf.json index fb0dbaa..50626f5 100644 --- a/FCLauncher/src-tauri/tauri.conf.json +++ b/FCLauncher/src-tauri/tauri.conf.json @@ -23,8 +23,9 @@ "windows": [ { "title": "FCLauncher", - "width": 1280, - "height": 720 + "width": 800, + "height": 600, + "resizable": false } ], "security": {