Skip to content

Commit

Permalink
Fixed heavy wrong query bug in UpdaterUi
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgTrade committed Apr 4, 2015
1 parent 9d4de80 commit 183bb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nUpdate/Updating/UpdaterUi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void ShowUserInterface()
}
else if (!_updateAvailable && UseHiddenSearch)
return;
else if (!_updateAvailable && UseHiddenSearch)
else if (!_updateAvailable && !UseHiddenSearch)
{
var noUpdateDialogResultReference = new DialogResultReference();
if (!UseHiddenSearch)
Expand Down

0 comments on commit 183bb2c

Please sign in to comment.