RyanWalpoleEnterprises/Moxo-QuickWeb

[Issue] "Check for Updates" stuck at "Checking for updates..." if no updates are available

RyanWalpole opened this issue · 0 comments

The Issue or Bug

If there are no new updates available and the user manually checks for updates (after automatic update check), it just gets stuck at "Checking for updates..." unless an update IS available, in which case it correctly displays "Updates available".

Version

23032

Operating System

Windows 11

Steps to reproduce the behavior

  1. Open application
  2. When there are no updates available, click "Check for Updates" (it will say "No updates available")
  3. Observe that when there are no updates available, the text will be stuck on "Checking for updates..."

Screenshots

No response

Additional Context

No response

Suggested Resolution

Code is likely missing a "Label.Text = ""; update for when no available updates are found.