Michael Telatynski
Michael Telatynski
Very strange as that should update it as it does for me.
 I cannot reproduce on either of my Windows 10 machines
It has nothing to do with the updater. It uses the electron BrowserWindow setIcon API https://github.com/vector-im/riot-desktop/blob/develop/src/tray.js#L99-L100 This bit works as expected, as you see it on the top left of...
Definitely sounds like some Windows failure/misconfiguration as it works just fine here 
There is an additional, Windows-specific API, we could be using here but it is a lot of work for something that works for the vast majority of users already. Detailed...
Not the same issue as that one at all, the one they were seeing was an inconsistency between the unread count and the icon count in the tray, window and...
https://github.com/vector-im/element-web/issues/19986 seems to suggest it is related to the Windows configuration option > Set windows taskbar to "Always hide labels" in the taskbar settings
@e00E whether or not there in Linux depends on if Electron supports doing that with your Desktop Environment. Element just uses the Electron `badgeCount` API
> what if we just sent both the composed favicon as well as the badge and raw icon all at once? Then they can overlay each other  Ref https://github.com/vector-im/element-web/issues/16942
@pyrates999 there's reaction buttons on the issue description 