mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Moved enum to bottom, change defualt bind to Shift-Tab, Fixed Notification
This commit is contained in:
@ -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)}."
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user