Don't download model list by default (compat reasons)

This commit is contained in:
N00MKRAD
2021-05-16 21:32:21 +02:00
parent d21358b19f
commit c65110d60b

View File

@@ -142,6 +142,9 @@ namespace Flowframes.OS
public static async Task UpdateModelList()
{
if (!Config.GetBool("fetchModelsFromRepo", false))
return;
foreach (AI ai in Networks.networks)
{
try