mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 22:40:30 +00:00
Closes #2558
This commit is contained in:
@@ -44,7 +44,7 @@ public sealed class SteamTokenDumperConfig {
|
|||||||
public ImmutableHashSet<uint> SecretPackageIDs { get; private set; } = ImmutableHashSet<uint>.Empty;
|
public ImmutableHashSet<uint> SecretPackageIDs { get; private set; } = ImmutableHashSet<uint>.Empty;
|
||||||
|
|
||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
public bool SkipAutoGrantPackages { get; private set; }
|
public bool SkipAutoGrantPackages { get; private set; } = true;
|
||||||
|
|
||||||
[JsonConstructor]
|
[JsonConstructor]
|
||||||
internal SteamTokenDumperConfig() { }
|
internal SteamTokenDumperConfig() { }
|
||||||
|
|||||||
Reference in New Issue
Block a user