Skip to content

Commit

Permalink
Update App.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Feb 13, 2025
1 parent e599efa commit d9a7b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs args)
MainWindow.Title = MainWindow.AppWindow.Title = ProcessInfoHelper.ProductNameAndVersion;
MainWindow.AppWindow.SetIcon("Assets/AppIcon.ico");

ThemeService.AutoInitialize(MainWindow).ConfigureTintColor();
ThemeService.AutoInitialize(MainWindow);

MainWindow.Activate();

Expand Down

0 comments on commit d9a7b1e

Please sign in to comment.