Add keybind for showing profile

This commit is contained in:
Andrew Hong
2022-08-09 02:49:53 -04:00
parent fbd645f06e
commit f65b7ef058
4 changed files with 14 additions and 0 deletions

View File

@ -149,6 +149,11 @@ namespace osu.Game.Localisation
/// </summary>
public static LocalisableString ToggleNotifications => new TranslatableString(getKey(@"toggle_notifications"), @"Toggle notifications");
/// <summary>
/// "Show Profile"
/// </summary>
public static LocalisableString ShowProfile => new TranslatableString(getKey(@"toggle_notifications"), @"Show Profile");
/// <summary>
/// "Pause gameplay"
/// </summary>