I am currently trying to make a chat desktop application using nodeJS, angularJs, and nodewebkit. For notifying the user, in the icon in the taskbar, I used setBadgelabel(). How can I change the color of the default badge label by the function setBadgelabel()? Thanks in advance.
Asked
Active
Viewed 196 times
1
-
You can't change the badge. You can only custom draw a new icon using setApplicationIconImage – Marek H Mar 08 '19 at 10:45