From 436f6dda6c234365844d38ba292009b7c8f96dbf Mon Sep 17 00:00:00 2001 From: YetAnotherSuite Dev Date: Mon, 20 Jul 2026 23:16:53 +0200 Subject: [PATCH] fix: remove notification plugin config (initialized in Rust, no JS config needed) --- apps/desktop/src-tauri/tauri.conf.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 1a7c57d..4050e68 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -26,7 +26,6 @@ } }, "plugins": { - "shell": { "open": true }, - "notification": true + "shell": { "open": true } } }