Skip to content

Commit 691e4e3

Browse files
SDA-4791 & SDA-4787 - Add missing no status tray for light (#2291)
* SDA-4791 - Add missing no status tray for light & including theme update on Windows * SDA-4791 - nativeTheme update only for Windows
1 parent b99328f commit 691e4e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/window-handler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ export class WindowHandler {
521521
}
522522
this.mainWindow.show();
523523
initSysTray();
524-
if (isMac) {
524+
if (isWindowsOS) {
525525
nativeTheme.on('updated', () => {
526526
presenceStatus.updateSystemTrayPresence();
527527
});
Binary file not shown.

0 commit comments

Comments
 (0)