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
With the new version, setting ShowIconOnTitleBar to False in the XAML seems to have no effect, and it is the same if i put this in te constructor. However, it worked when i put this.ShowIconOnTitleBar = false; in the Loaded method.
Is it the expected behaviour, or a side effect of #1810 ?