mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 17:07:35 +09:00
Revert "Fix button being recreated on importing state"
This reverts commit c9967f7b7486d5744aba911a144110811b76ef04.
This commit is contained in:
parent
c9967f7b74
commit
9952a5bfdb
@ -268,13 +268,11 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
break;
|
||||
|
||||
case DownloadState.Downloading:
|
||||
case DownloadState.Importing:
|
||||
// temporary to avoid showing two buttons for maps with novideo. will be fixed in new beatmap overlay design.
|
||||
downloadButtonsContainer.Child = new HeaderDownloadButton(BeatmapSet.Value);
|
||||
break;
|
||||
|
||||
case DownloadState.Importing:
|
||||
break;
|
||||
|
||||
default:
|
||||
downloadButtonsContainer.Child = new HeaderDownloadButton(BeatmapSet.Value);
|
||||
if (BeatmapSet.Value.OnlineInfo.HasVideo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user