diff --git a/src/app/window-handler.ts b/src/app/window-handler.ts index 6e6cf6a6..c197f180 100644 --- a/src/app/window-handler.ts +++ b/src/app/window-handler.ts @@ -521,7 +521,7 @@ export class WindowHandler { } this.mainWindow.show(); initSysTray(); - if (isMac) { + if (isWindowsOS) { nativeTheme.on('updated', () => { presenceStatus.updateSystemTrayPresence(); }); diff --git a/src/renderer/assets/presence-status/windows/light/no-status-tray.ico b/src/renderer/assets/presence-status/windows/light/no-status-tray.ico index a770ac1e..398999f7 100644 Binary files a/src/renderer/assets/presence-status/windows/light/no-status-tray.ico and b/src/renderer/assets/presence-status/windows/light/no-status-tray.ico differ