Skip to content

Commit

Permalink
add mising flag reset
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Nov 16, 2024
1 parent 27588e2 commit c4e69c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UniGetUI/AutoUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ private static async Task<bool> 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"))
Expand Down

0 comments on commit c4e69c6

Please sign in to comment.