Remove "jukebox" terminology

This commit is contained in:
Dean Herbert 2019-08-13 12:06:57 +09:00
parent 6328fd9363
commit f3380c9372
2 changed files with 4 additions and 4 deletions

View File

@ -124,13 +124,13 @@ public enum GlobalAction
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,
}
}

View File

@ -301,7 +301,7 @@ public void PresentScore(ScoreInfo score)
}, $"watch {databasedScoreInfo}", bypassScreenAllowChecks: true);
}
#region Beatmap jukebox progression
#region Beatmap progression
private void beatmapChanged(ValueChangedEvent<WorkingBeatmap> beatmap)
{