Skip to content

Commit

Permalink
Re-enable SmallScoresTable default visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris92de committed Oct 22, 2024
1 parent 4bb9894 commit 7cb9c3c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ public interface IGameModeUiModuleSettings
/*
* Settings for Race_SmallScoresTable
*/
// TODO: change to true after XPEvo
[Option(DefaultValue = false), Description("The visibility of the SmallScoresTable module.")]
[Option(DefaultValue = true), Description("The visibility of the SmallScoresTable module.")]
public bool SmallScoresTableVisible { get; set; }

[Option(DefaultValue = 0.0), Description("The x position of the ScoresTable module.")]
Expand Down

0 comments on commit 7cb9c3c

Please sign in to comment.