mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Fix failing tests
This commit is contained in:
parent
d0122b935e
commit
a8be437103
@ -189,16 +189,16 @@ namespace osu.Game.Screens.Multi
|
|||||||
X = -18,
|
X = -18,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
new PlaylistDownloadButton(item.Beatmap.Value.BeatmapSet)
|
||||||
|
{
|
||||||
|
Size = new Vector2(50, 30)
|
||||||
|
},
|
||||||
new IconButton
|
new IconButton
|
||||||
{
|
{
|
||||||
Icon = FontAwesome.Solid.MinusSquare,
|
Icon = FontAwesome.Solid.MinusSquare,
|
||||||
Alpha = allowEdit ? 1 : 0,
|
Alpha = allowEdit ? 1 : 0,
|
||||||
Action = () => RequestDeletion?.Invoke(Model),
|
Action = () => RequestDeletion?.Invoke(Model),
|
||||||
},
|
},
|
||||||
new PlaylistDownloadButton(item.Beatmap.Value.BeatmapSet)
|
|
||||||
{
|
|
||||||
Size = new Vector2(50, 30)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user