mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +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;
|
break;
|
||||||
|
|
||||||
case DownloadState.Downloading:
|
case DownloadState.Downloading:
|
||||||
|
case DownloadState.Importing:
|
||||||
// temporary to avoid showing two buttons for maps with novideo. will be fixed in new beatmap overlay design.
|
// temporary to avoid showing two buttons for maps with novideo. will be fixed in new beatmap overlay design.
|
||||||
downloadButtonsContainer.Child = new HeaderDownloadButton(BeatmapSet.Value);
|
downloadButtonsContainer.Child = new HeaderDownloadButton(BeatmapSet.Value);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case DownloadState.Importing:
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
downloadButtonsContainer.Child = new HeaderDownloadButton(BeatmapSet.Value);
|
downloadButtonsContainer.Child = new HeaderDownloadButton(BeatmapSet.Value);
|
||||||
if (BeatmapSet.Value.OnlineInfo.HasVideo)
|
if (BeatmapSet.Value.OnlineInfo.HasVideo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user