From 24f3601c2f014efbb6a03290d75aa2eb6b619873 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 12 Aug 2023 17:13:16 +1000 Subject: [PATCH] remove decorations by default --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2ab4a8b..7e76604 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -48,7 +48,7 @@ { "fullscreen": false, "resizable": true, - "decorations": true, + "decorations": false, "center": true, "transparent": true, "title": "blek! nox",