SDA-4791 & SDA-4787 - Add missing no status tray for light (#2292)

* SDA-4791 - Add missing no status tray for light & including theme update on Windows

* SDA-4791 - nativeTheme update only for Windows
This commit is contained in:
Kiran Niranjan 2025-02-12 10:23:58 +05:30 committed by GitHub
parent 5c5a4de3fc
commit 2cf5deaa30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ export class WindowHandler {
}
this.mainWindow.show();
initSysTray();
if (isMac) {
if (isWindowsOS) {
nativeTheme.on('updated', () => {
presenceStatus.updateSystemTrayPresence();
});

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB