Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
RyanWalpole opened this issue Mar 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@RyanWalpole
Copy link
Member

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.

@RyanWalpole RyanWalpole added the bug Something isn't working label Mar 21, 2023
@RyanWalpole RyanWalpole added this to the v230303 milestone Mar 21, 2023
@RyanWalpole RyanWalpole self-assigned this Mar 21, 2023
RWELabs added a commit that referenced this issue Mar 22, 2023
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant