mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Fix logic to ensure we don't silently drop manual update checks
This commit is contained in:
@@ -1020,7 +1020,7 @@ namespace renderdocui.Windows
|
||||
{
|
||||
forceCheck = true;
|
||||
}
|
||||
else
|
||||
else if(!forceCheck)
|
||||
{
|
||||
SetUpdateAvailable();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user