Save config on backwards-compatible load

This commit is contained in:
Brant Martin
2019-05-04 18:42:27 -04:00
parent 53ae9bc42d
commit 6cbcbc6f3f

View File

@@ -126,8 +126,9 @@ namespace Torch.Managers
LoadPlugin(item); LoadPlugin(item);
} }
if (!Torch.Config.LocalPlugins && firstLoad)
Torch.Config.Save();
if (!Torch.Config.LocalPlugins) if (!Torch.Config.LocalPlugins)
{ {
List<string> toLoad = new List<string>(); List<string> toLoad = new List<string>();