From cfb8120332a3bfed5e7761db54345014ddb84ba9 Mon Sep 17 00:00:00 2001 From: akash2061 Date: Sun, 3 Nov 2024 17:31:50 +0530 Subject: [PATCH] Update index.html for transparent background; simplify tauri.conf.json by removing window effects --- index.html | 2 +- src-tauri/tauri.conf.json | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 2b100f9..b7425e1 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Tauri + React - +
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3eb5c20..07c8ab8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -22,12 +22,7 @@ "decorations": false, "center": true, "focus": true, - "alwaysOnTop": false, - "windowEffects": { - "effects": [ - "blur" - ] - } + "alwaysOnTop": false } ], "security": {