From 2cdd677af9e5af6f77e1b495d1c008ae3f122872 Mon Sep 17 00:00:00 2001 From: ScrubN <72096833+ScrubN@users.noreply.github.com> Date: Tue, 19 Dec 2023 02:34:19 -0500 Subject: [PATCH] Fix potential settings upgrade after restoring defaults --- TwitchDownloaderWPF/WindowSettings.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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