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

Fix restart notifications appearing every 30 minutes in some cases #29787

Merged
merged 2 commits into from
Sep 10, 2024

Commits on Sep 8, 2024

  1. Fix restart notifications appearing every 30 minutes

    If a user was to manually check for updates via the button, the recheck
    would have been fired. This is a recent regression.
    
    I kinda want to reorganise this code (the button press for check for
    udpates shouldn't even get close to the recheck code IMO) but for now
    this seems like one we should quickly fix.
    
    Addresses ppy#29774.
    peppy committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    10e84d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e4cc8 View commit details
    Browse the repository at this point in the history