Skip to content

Commit

Permalink
Disable a WIP setting
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinBaker committed May 13, 2022
1 parent dceae5e commit 0724e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AATool/Configuration/MainConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private static Color Hex(string hex) =>
[JsonProperty] public readonly Setting<int> FpsCap = new (60);
[JsonProperty] public readonly Setting<int> DisplayScale = new (1);

[JsonProperty] public readonly Setting<bool> FullScreenLeaderboards = new (true);
[JsonProperty] public readonly Setting<bool> FullScreenLeaderboards = new (false);
[JsonProperty] public readonly Setting<bool> HideCompletedAdvancements = new (false);
[JsonProperty] public readonly Setting<bool> HideCompletedCriteria = new (false);
[JsonProperty] public readonly Setting<bool> ShowBasicAdvancements = new (true);
Expand Down

0 comments on commit 0724e41

Please sign in to comment.