From 379795bb0c38d528656aea367a5a729f4ccd5aab Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 26 Feb 2024 01:16:16 -0800 Subject: [PATCH] style: update default window --- client/src-tauri/tauri.conf.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 } ]