mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:03:21 +08:00
Remove "jukebox" terminology
This commit is contained in:
parent
6328fd9363
commit
f3380c9372
@ -124,13 +124,13 @@ namespace osu.Game.Input.Bindings
|
||||
QuickExit,
|
||||
|
||||
// Game-wide beatmap jukebox keybindings
|
||||
[Description("Jukebox next track")]
|
||||
[Description("Next track")]
|
||||
MusicNext,
|
||||
|
||||
[Description("Jukebox previous track")]
|
||||
[Description("Previous track")]
|
||||
MusicPrev,
|
||||
|
||||
[Description("Jukebox play / pause current track")]
|
||||
[Description("Play / pause")]
|
||||
MusicPlay,
|
||||
}
|
||||
}
|
||||
|
@ -301,7 +301,7 @@ namespace osu.Game
|
||||
}, $"watch {databasedScoreInfo}", bypassScreenAllowChecks: true);
|
||||
}
|
||||
|
||||
#region Beatmap jukebox progression
|
||||
#region Beatmap progression
|
||||
|
||||
private void beatmapChanged(ValueChangedEvent<WorkingBeatmap> beatmap)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user