Whomst removed the plugin update option check
This commit is contained in:
@@ -158,10 +158,10 @@ namespace Torch.Managers
|
||||
pluginsToLoad.Add(pluginItem);
|
||||
}
|
||||
|
||||
// Download any plugin updates.
|
||||
bool updatesGotten = DownloadPluginUpdates(pluginsToLoad);
|
||||
|
||||
if (updatesGotten)
|
||||
if (Torch.Config.ShouldUpdatePlugins)
|
||||
{
|
||||
if (DownloadPluginUpdates(pluginsToLoad))
|
||||
{
|
||||
// Resort the plugins just in case updates changed load hints.
|
||||
pluginItems = GetLocalPlugins(PluginDir);
|
||||
@@ -179,6 +179,7 @@ namespace Torch.Managers
|
||||
pluginsToLoad.Add(pluginItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Sort based on dependencies.
|
||||
try
|
||||
|
Reference in New Issue
Block a user