From 4fda512ab5dd5045b9a3388a6411e66c709f8681 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:39:13 +0200 Subject: [PATCH] fix: disable systemTray by default. Could be reenable by default on a next release. --- config/config.default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.default.json b/config/config.default.json index 529c61c..09e6ce8 100644 --- a/config/config.default.json +++ b/config/config.default.json @@ -1,6 +1,6 @@ { "autoUpdate": true, - "systemTray": true, + "systemTray": false, "discordRPC": true, "customTopBar": true, "autoCheckInfo": true,