mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Change PlaylistDownloadButton default
This commit is contained in:
parent
df76636ffc
commit
fc1d497a86
@ -212,7 +212,7 @@ namespace osu.Game.Screens.Multi
|
||||
|
||||
private class PlaylistDownloadButton : PanelDownloadButton
|
||||
{
|
||||
public PlaylistDownloadButton(BeatmapSetInfo beatmapSet, bool noVideo = false)
|
||||
public PlaylistDownloadButton(BeatmapSetInfo beatmapSet, bool? noVideo = null)
|
||||
: base(beatmapSet, noVideo)
|
||||
{
|
||||
Alpha = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user