From b7e7f8de3d2200ef34510cda3601a50f62af798d Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 15:28:19 +0800 Subject: feat: enhance window dimensions and layout in the application --- src-tauri/tauri.conf.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src-tauri/tauri.conf.json') 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": { -- cgit v1.2.3-70-g09d2