fix: disable systemTray by default. Could be reenable by default on a next release.

This commit is contained in:
MasterAcnolo
2026-08-14 21:39:13 +02:00
parent 66471ce5ce
commit 4fda512ab5

View File

@@ -1,6 +1,6 @@
{
"autoUpdate": true,
"systemTray": true,
"systemTray": false,
"discordRPC": true,
"customTopBar": true,
"autoCheckInfo": true,