add auto download feature

This commit is contained in:
Jakob 2024-02-23 20:30:40 +01:00
parent 3f925ee17a
commit b9e7aac55f
7 changed files with 45 additions and 3 deletions

View file

@ -19,5 +19,6 @@ namespace EnvyUpdate
public static readonly string useragent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Firefox/115.0";
public static bool useAppdata = false;
public static bool hasWrite = true;
public static bool autoDownload = false;
}
}