We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c1035 commit b0fefdcCopy full SHA for b0fefdc
1 file changed
src/UniGetUI/AutoUpdater.cs
@@ -264,7 +264,7 @@ private static async Task<bool> PrepairToLaunchInstaller(string installerLocatio
264
{
265
Logger.Debug("Waiting for mainWindow to be closed or for user to trigger the update from the notification...");
266
while (
267
- !ReleaseLockForAutoupdate_Window &&
+ !(ReleaseLockForAutoupdate_Window && !ManualCheck) &&
268
!ReleaseLockForAutoupdate_Notification &&
269
!ReleaseLockForAutoupdate_UpdateBanner)
270
0 commit comments