diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5f47bbb8..610dcfd4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,9 +12,12 @@ "app": { "windows": [ { - "title": "jellytau", - "width": 800, - "height": 600 + "title": "JellyTau", + "width": 1280, + "height": 800, + "minWidth": 800, + "minHeight": 600, + "resizable": true } ], "security": {