mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
add gameplay leaderboard config
This commit is contained in:
parent
bed25ff60e
commit
dc051a8b79
@ -38,6 +38,12 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
|
|||||||
Current = config.GetBindable<bool>(OsuSetting.KeyOverlay),
|
Current = config.GetBindable<bool>(OsuSetting.KeyOverlay),
|
||||||
Keywords = new[] { "counter" },
|
Keywords = new[] { "counter" },
|
||||||
},
|
},
|
||||||
|
new SettingsCheckbox
|
||||||
|
{
|
||||||
|
LabelText = GameplaySettingsStrings.AlwaysShowGameplayLeaderboard,
|
||||||
|
Current = config.GetBindable<bool>(OsuSetting.GameplayLeaderboard),
|
||||||
|
Keywords = new[] { "leaderboard", "score" },
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user