Move checksum check a bit above

It's pointless to let user waste bandwidth on the full ASF asset if checksum is not available right away
This commit is contained in:
Archi
2021-11-23 11:58:12 +01:00
parent 8b0e71e72d
commit b64ad59eff
3 changed files with 25 additions and 14 deletions

View File

@@ -1179,6 +1179,12 @@ namespace ArchiSteamFarm.Localization {
}
}
public static string FetchingChecksumFromRemoteServer {
get {
return ResourceManager.GetString("FetchingChecksumFromRemoteServer", resourceCulture);
}
}
public static string VerifyingChecksumWithRemoteServer {
get {
return ResourceManager.GetString("VerifyingChecksumWithRemoteServer", resourceCulture);