Add setting for changing mod select hotkey style

This commit is contained in:
Bartłomiej Dach
2022-06-21 13:03:46 +02:00
parent 73124d2b1f
commit 5abd8a07d2
4 changed files with 42 additions and 0 deletions

View File

@ -106,6 +106,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString RandomSelectionAlgorithm => new TranslatableString(getKey(@"random_selection_algorithm"), @"Random selection algorithm");
/// <summary>
/// "Mod select hotkey style"
/// </summary>
public static LocalisableString ModSelectHotkeyStyle => new TranslatableString(getKey(@"mod_select_hotkey_style"), @"Mod select hotkey style");
/// <summary>
/// "no limit"
/// </summary>