Fix btn icons

This commit is contained in:
N00MKRAD
2024-06-24 14:03:29 +02:00
parent dfb6f6c866
commit 2548bcfe1b
25 changed files with 141 additions and 28 deletions

View File

@@ -87,8 +87,8 @@ namespace Flowframes.Data
if (pytorchAvailable)
return NetworksAll;
else
return NetworksAll.Where(x => x.Backend != AI.AiBackend.Pytorch).ToList();
return NetworksAll.Where(x => x.Backend != AI.AiBackend.Pytorch).ToList();
}
}