mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Check for new versions even if we think one is available
* This way if someone updates their install without clicking the menu item to clear this flag, it will still detect the update after a few days. * (And when I forget to update which beta is latest, it will fix itself eventually. Oops).
This commit is contained in:
@@ -902,12 +902,6 @@ namespace renderdocui.Windows
|
||||
if(!OfficialVersion && !BetaVersion)
|
||||
return;
|
||||
|
||||
if (m_Core.Config.CheckUpdate_UpdateAvailable)
|
||||
{
|
||||
SetUpdateAvailable();
|
||||
return;
|
||||
}
|
||||
|
||||
DateTime today = DateTime.Now;
|
||||
DateTime compare = today.AddDays(-2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user