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
I added button "Change Background color". On the click event, I call the this.SetTitleBarBackgroundColors(Microsoft.UI.Colors.Black);
And the color near the icon does not change
The text was updated successfully, but these errors were encountered:
Aaaah if I do it delayed I see the behavior. It "fixes" itself after moving the window. This would be an AppWindow bug. You should log this over in the Windows App SDK repo.
Aaaah if I do it delayed I see the behavior. It "fixes" itself after moving the window. This would be an AppWindow bug. You should log this over in the Windows App SDK repo.
I added button "Change Background color". On the click event, I call the
this.SetTitleBarBackgroundColors(Microsoft.UI.Colors.Black);
And the color near the icon does not change
The text was updated successfully, but these errors were encountered: