Skip to content

Commit

Permalink
Main window bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCJ60 committed Jul 6, 2022
1 parent b325510 commit d6ad249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ public MainWindow()
Application.Current.Resources["PrimaryBlueColor"] = IntelBlue;
Application.Current.Resources["PrimaryBlueColorHover"] = IntelBlueHover;
Application.Current.Resources["PrimaryBlueColorDown"] = IntelBlueDown;

rdClock.Visibility = Visibility.Collapsed;
rdSnow.Visibility = Visibility.Collapsed;
}

//Change window title
Expand Down

0 comments on commit d6ad249

Please sign in to comment.