From 53f21580a21f9f600911dc14c33e1af1b3904a9a Mon Sep 17 00:00:00 2001 From: LyAhn Date: Mon, 6 Apr 2026 14:05:07 +0100 Subject: [PATCH] feat: disable native decorations for custom titlebar --- src-tauri/tauri.conf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 06eb60f..ea720ac 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -16,7 +16,9 @@ "width": 1280, "height": 800, "minWidth": 800, - "minHeight": 600 + "minHeight": 600, + "decorations": false, + "shadow": true } ], "security": {