From f03cc0a09f4b6fc84e423b43d1b82a243c9aad91 Mon Sep 17 00:00:00 2001 From: GID Date: Tue, 1 Jul 2025 19:31:39 +0700 Subject: [PATCH] Update to make the transparency enabled to make easier to support rounded corners windows --- src-tauri/tauri.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a6dac26..54efcd9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -67,6 +67,7 @@ "windows": [ { "fullscreen": false, + "transparent": true, "height": 730, "resizable": true, "title": "Cultivation",