diff options
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -rw-r--r-- | src-tauri/tauri.conf.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2192fab..fc96188 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,9 +12,11 @@ "windows": [ { "title": "Minecraft DropOut Launcher", - "width": 375, - "height": 300, - "resizable": false + "width": 1024, + "height": 768, + "minWidth": 800, + "minHeight": 600, + "resizable": true } ], "security": { |