mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +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
|
private class PlaylistDownloadButton : PanelDownloadButton
|
||||||
{
|
{
|
||||||
public PlaylistDownloadButton(BeatmapSetInfo beatmapSet, bool noVideo = false)
|
public PlaylistDownloadButton(BeatmapSetInfo beatmapSet, bool? noVideo = null)
|
||||||
: base(beatmapSet, noVideo)
|
: base(beatmapSet, noVideo)
|
||||||
{
|
{
|
||||||
Alpha = 0;
|
Alpha = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user