Add save plugin list on first load

This commit is contained in:
John Gross
2019-06-20 19:06:05 -07:00
parent 9a8c03106e
commit 6fc02edd1e

View File

@@ -238,6 +238,9 @@ namespace Torch.Managers
});
}
if (!Torch.Config.LocalPlugins && firstLoad)
Torch.Config.Save();
return results;
}