Skip to content

Commit

Permalink
Fix potential settings upgrade after restoring defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Dec 19, 2023
1 parent bd4e98b commit 2cdd677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderWPF/WindowSettings.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ private void BtnResetSettings_OnClick(object sender, RoutedEventArgs e)
MessageBoxResult.Yes)
{
Settings.Default.Reset();
Settings.Default.UpgradeRequired = false;
Settings.Default.Save();

// TODO: Don't require restarting the application to apply
Expand Down

0 comments on commit 2cdd677

Please sign in to comment.