You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open application
When there are no updates available, click "Check for Updates" (it will say "No updates available")
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.
The text was updated successfully, but these errors were encountered:
Implement a delayed start to the update check process so it doesn't get constantly stuck on one text label.
Co-Authored-By: Ryan Walpole <[email protected]>
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
Screenshots
No response
Additional Context
No response
Suggested Resolution
Code is likely missing a "
Label.Text = "";
update for when no available updates are found.The text was updated successfully, but these errors were encountered: