diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 13d608f5..c21b95dc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -80,6 +80,7 @@ }, "windows": [ { + "title": "Lume", "theme": "Dark", "titleBarStyle": "Overlay", "hiddenTitle": true, @@ -88,8 +89,8 @@ "resizable": true, "width": 1100, "height": 800, - "minWidth": 1100, - "minHeight": 800 + "minWidth": 900, + "minHeight": 600 } ] }