From a36ba22871a87a8d2af782be58411d94017da558 Mon Sep 17 00:00:00 2001 From: Triston Date: Wed, 3 Apr 2024 19:38:03 -0500 Subject: [PATCH] (hotfix): enable window decoration and resizable --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 17371f3..8a71979 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -36,8 +36,8 @@ "title": "KlectrRadio", "width": 300, "height": 600, - "decorations": false, - "resizable": false + "decorations": true, + "resizable": true } ], "security": {