1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 12:00:22 +08:00

Never disable pause button on now playing overlay

This commit is contained in:
Dean Herbert
2020-11-06 17:26:23 +09:00
Unverified
parent d66ac33032
commit 1ca8b03aa5
-1
View File
@@ -308,7 +308,6 @@ namespace osu.Game.Overlays
if (disabled)
playlist.Hide();
playButton.Enabled.Value = !disabled;
prevButton.Enabled.Value = !disabled;
nextButton.Enabled.Value = !disabled;
playlistButton.Enabled.Value = !disabled;