Save config on backwards-compatible load
This commit is contained in:
@@ -126,8 +126,9 @@ namespace Torch.Managers
|
||||
|
||||
LoadPlugin(item);
|
||||
}
|
||||
|
||||
|
||||
if (!Torch.Config.LocalPlugins && firstLoad)
|
||||
Torch.Config.Save();
|
||||
|
||||
if (!Torch.Config.LocalPlugins)
|
||||
{
|
||||
List<string> toLoad = new List<string>();
|
||||
|
Reference in New Issue
Block a user