diff --git a/TwitchDownloaderWPF/WindowSettings.xaml.cs b/TwitchDownloaderWPF/WindowSettings.xaml.cs index ece508d3..5383a12f 100644 --- a/TwitchDownloaderWPF/WindowSettings.xaml.cs +++ b/TwitchDownloaderWPF/WindowSettings.xaml.cs @@ -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