Save config on backwards-compatible load
This commit is contained in:
@@ -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>();
|
||||||
|
Reference in New Issue
Block a user