diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d666e50..0d23989 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -18,6 +18,7 @@ "minWidth": 1200, "minHeight": 800, "resizable": true, + "hiddenTitle": true, "titleBarStyle": "Overlay", "theme": "Dark" } @@ -37,4 +38,4 @@ "icons/icon.ico" ] } -} \ No newline at end of file +}