Skip to content

Commit

Permalink
add theme changed announcment
Browse files Browse the repository at this point in the history
  • Loading branch information
karkarl committed Aug 15, 2023
1 parent 0189c6f commit 11a80f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WinUIGallery/Controls/PageHeader.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private void OnCopyLinkButtonClick(object sender, RoutedEventArgs e)
public void OnThemeButtonClick(object sender, RoutedEventArgs e)
{
ToggleThemeAction?.Invoke();
UIHelper.AnnounceActionForAccessibility(ThemeButton, "Theme Changed.", "ThemeChangedSuccessNotificationId");
}

private void OnCopyDontShowAgainButtonClick(TeachingTip sender, object args)
Expand Down

0 comments on commit 11a80f2

Please sign in to comment.