mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
If an update check is *not* due, then don't do the check
This commit is contained in:
@@ -1219,7 +1219,7 @@ void MainWindow::CheckUpdates(bool forceCheck, UpdateResultMethod callback)
|
||||
return;
|
||||
}
|
||||
|
||||
if(!forceCheck && checkDue)
|
||||
if(!forceCheck && !checkDue)
|
||||
{
|
||||
if(callback)
|
||||
callback(UpdateResult::Toosoon);
|
||||
|
||||
Reference in New Issue
Block a user