diff --git a/client/src-tauri/tauri.conf.json b/client/src-tauri/tauri.conf.json index 644bef9..28331a8 100644 --- a/client/src-tauri/tauri.conf.json +++ b/client/src-tauri/tauri.conf.json @@ -56,9 +56,12 @@ "windows": [ { "fullscreen": false, + "maximized": true, + "decorations": false, + "titleBarStyle": "Transparent", "height": 600, "resizable": true, - "title": "Jankboard", + "title": "Jankboard 2", "width": 800 } ]