1
0
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:
Endrik Tombak 2020-04-11 14:21:28 +03:00
parent df76636ffc
commit fc1d497a86

View File

@ -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;