Split overlay toggles into own section in key bindings

Things were getting hard to find..
This commit is contained in:
Dean Herbert
2022-08-09 17:01:36 +09:00
parent 47ca812faf
commit a71c2bbe28
3 changed files with 31 additions and 13 deletions

View File

@ -19,6 +19,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString GlobalKeyBindingHeader => new TranslatableString(getKey(@"global_key_binding_header"), @"Global");
/// <summary>
/// "Overlays"
/// </summary>
public static LocalisableString OverlaysSection => new TranslatableString(getKey(@"overlays_section"), @"Overlays");
/// <summary>
/// "Song Select"
/// </summary>