mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
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
This commit is contained in:
parent
b99328f1e2
commit
691e4e3162
@ -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 |
Loading…
Reference in New Issue
Block a user