finalize download check

This commit is contained in:
Jakob 2024-02-26 20:02:16 +01:00
parent 76425a3c50
commit a4a97f7b99
6 changed files with 32 additions and 7 deletions

View file

@ -20,5 +20,6 @@ namespace EnvyUpdate
public static bool useAppdata = false;
public static bool hasWrite = true;
public static bool autoDownload = false;
public static bool isDownloading = false;
}
}