mirror of
https://github.com/osukey/osukey.git
synced 2025-05-02 12:17:27 +09: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…
x
Reference in New Issue
Block a user