WebCord tray icon scaling issue on macOS
See original GitHub issueAknowledgements
-
I have checked that there’s no other issue describing the same or similar problem that I currently have, regardless if it has been closed or open.
-
I can confirm that this is not an issue with the Discord website, but it is a problem specific to the WebCord itself.
-
I have tried running the build from the
master
branch and it does not have any fixes implemented according to my issue. -
My issue describes one of the unstable and/or not fully implemented features.
-
I have found a workaround to mitigate or temporarily fix this issue (please write it in Additional context section).
Operating System / Platform
🍎️ MacOS
Operating system architecture
x64 (64-bit Intel/AMD)
Electron version
19.0.5
Application version
v3.3.0
Bug description
I’m using WebCord on my macOS computer. There is an issue that the WebCord tray icon on the top panel of macOS is very big and doesn’t fit with all the other icons (my screen resolution is Full HD 16:9, tested it on a 2K monitor too but it looks the same).
Additional context
Here is a screenshot of how the tray icon looks on the top panel .
Issue Analytics
- State:
- Created a year ago
- Comments:14 (8 by maintainers)
Top GitHub Comments
During the startup the icon size is normal, but when it is started the icon scaled to large size. Not sure if it’s different than before.
I may work on better implementation, through. It is now at one size, but it could be done better with
imageRepresentation
method on Windows and macOS.