Moved enum to bottom, change defualt bind to Shift-Tab, Fixed Notification

This commit is contained in:
Ryan Zmuda
2020-11-30 21:38:16 -05:00
parent 9145557522
commit e102f2e8fa
2 changed files with 5 additions and 5 deletions

View File

@ -181,7 +181,7 @@ namespace osu.Game.Screens.Play
notificationOverlay?.Post(new SimpleNotification
{
Text = @"The score overlay is currently disabled. You can toggle this by pressing Shift+Tab."
Text = $"The score overlay is currently disabled. You can toggle this by pressing {config.LookupKeyBindings(GlobalAction.ToggleInGameInterface)}."
});
}