Skip to content

Commit

Permalink
Unconditionally set the notify icon back to running after checking fo…
Browse files Browse the repository at this point in the history
…r updates. (#203)

Closes #201.
  • Loading branch information
pvginkel authored Dec 26, 2023
1 parent 3adee29 commit 5badaa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Tql.App/Services/Updates/UpdateChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ public bool TryStartUpdate(IProgress progress)
}
finally
{
if (!result)
_notifyIconManager.State = NotifyIconState.Running;
_notifyIconManager.State = NotifyIconState.Running;
}

return result;
Expand Down

0 comments on commit 5badaa5

Please sign in to comment.