mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-19 01:39:26 +01:00
Fixed dupes dict bug, fixed autoenc getting stuck (i think?)
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Flowframes.OS
|
||||
|
||||
public static bool HasEmbeddedPyFolder ()
|
||||
{
|
||||
return Directory.Exists(GetPyFolder());
|
||||
return (Directory.Exists(GetPyFolder()) && IOUtils.GetDirSize(GetPyFolder(), false) > 1024 * 1024 * 5);
|
||||
}
|
||||
|
||||
public static string GetPyFolder ()
|
||||
|
||||
Reference in New Issue
Block a user