-
Hi, I noticed the
Now I have updated the code to
, but it has no effect. I'm using H.NotifyIcon.WinUI. And I wonder what's the correct way to update |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I figured out the solution. In this version, you need to call @HavenDV I suppose the update should be done automatically. So I guess the following method in
|
Beta Was this translation helpful? Give feedback.
I figured out the solution. In this version, you need to call
TaskbarIcon.UpdateIcon(GeneratedIcon.ToIcon())
to update the icon manually.@HavenDV I suppose the update should be done automatically. So I guess the following method in
TaskbarIcon.IconSource.cs
is not called when a property ofGeneratedIcon
changes: