fix: missing config reference in main.js and tray.js

This commit is contained in:
MasterAcnolo
2026-08-13 19:10:36 +02:00
committed by MasterAcnolo
parent 225ccf4d2d
commit dc7239379d
2 changed files with 4 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ app.whenReady().then(async () => {
getMainWindow().show();
if (configFeatures.systemTray) {
createSystemTray(getMainWindow());
createSystemTray(getMainWindow(), config.devMode);
}
if (configFeatures.discordRPC) startRPC();