Skip to content

Commit

Permalink
Fix Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspberry-Monster authored Jun 2, 2024
1 parent 653bf51 commit 079e36c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ink Canvas/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,6 @@ private void BtnSwitchTheme_Click(object sender, RoutedEventArgs e)
BtnExit.Foreground = Brushes.Black;
GridBackgroundCover.Background = new SolidColorBrush(StringToColor("#FF1A1A1A"));
ThemeManager.Current.ApplicationTheme = ApplicationTheme.Light;
SetColorByIndex();
}
SetColorByIndex();
if (!Settings.Appearance.IsTransparentButtonBackground)
Expand Down

0 comments on commit 079e36c

Please sign in to comment.