mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
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:
6
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
6
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user