From 8c25b015a76e5fdd1178bd685d96956cf87ecfac Mon Sep 17 00:00:00 2001 From: megaproxy Date: Sat, 9 May 2026 00:42:48 +0100 Subject: [PATCH] Remove autostart JSON config (plugin takes args via Rust init(), not tauri.conf.json) --- src-tauri/tauri.conf.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5d255a6..5fad84b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -34,11 +34,7 @@ "csp": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'" } }, - "plugins": { - "autostart": { - "args": ["--minimized"] - } - }, + "plugins": {}, "bundle": { "active": true, "targets": ["nsis"],