diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 17f8b57..2ab4a8b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -53,7 +53,9 @@ "transparent": true, "title": "blek! nox", "width": 800, - "height": 600 + "height": 600, + "minWidth": 300, + "minHeight": 400 } ] }