mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Shake in all cases
This commit is contained in:
@ -95,7 +95,7 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
|
||||
|
||||
button.Action = () =>
|
||||
{
|
||||
if (State.Value == DownloadState.Downloading)
|
||||
if (State.Value != DownloadState.NotDownloaded)
|
||||
{
|
||||
shakeContainer.Shake();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user