diff --git a/src/UniGetUI/AutoUpdater.cs b/src/UniGetUI/AutoUpdater.cs index e22507abd..37392c47d 100644 --- a/src/UniGetUI/AutoUpdater.cs +++ b/src/UniGetUI/AutoUpdater.cs @@ -253,6 +253,7 @@ private static async Task PrepairToLaunchInstaller(string installerLocatio UpdateReadyToBeInstalled = true; ReleaseLockForAutoupdate_Window = false; ReleaseLockForAutoupdate_Notification = false; + ReleaseLockForAutoupdate_UpdateBanner = false; // Check if the user has disabled updates if (Settings.Get("DisableAutoUpdateWingetUI"))