mirror of
https://github.com/osukey/osukey.git
synced 2025-06-29 15:17:57 +09:00
Never disable pause button on now playing overlay
This commit is contained in:
parent
d66ac33032
commit
1ca8b03aa5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user