You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first thing you need to do is make sure that you send an INotifyPropertyChanged with the name of that property when it changes. This can be either using the [ObservableProperty] attribute for CommunityToolkit.Mvvm, or manually for classes that implement INotifyPropertyChanged
Describe the bug
I'm tring to change the icon at runtime, but it's not working?
Steps to reproduce the bug
Expected behavior
See the TaskbarIcon change based on the property value
Screenshots
No response
NuGet package version
2.0.124
Platform
No response
IDE
No response
Windows Version
Windows 10
WindowsAppSDK Version
No response
WindowsAppSDK Type
None
Manifest
No response
Additional context
This is happening in Maui when using Windows only.
The text was updated successfully, but these errors were encountered: