Skip to content

Commit

Permalink
Upgrade settings on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Jan 6, 2024
1 parent 78e376e commit 305ecfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HUDMerger/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);

HUDMerger.Properties.Settings.Default.Upgrade();

MainWindow = new MainWindow
{
DataContext = new MainWindowViewModel()
Expand Down

0 comments on commit 305ecfe

Please sign in to comment.