feat: allow app to minimize on the systemTray. Could be disable on purpose.

This commit is contained in:
MasterAcnolo
2026-08-09 09:58:55 +02:00
committed by MasterAcnolo
parent ce2a0485ab
commit 225ccf4d2d
8 changed files with 147 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ const { userThemesPath } = require("../server/helpers/path.helpers");
*/
const FEATURE_WHITELIST = new Set([
"autoUpdate",
"systemTray",
"discordRPC",
"customTopBar",
"autoCheckInfo",