add auto download feature
This commit is contained in:
parent
3f925ee17a
commit
b9e7aac55f
7 changed files with 45 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue