mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Make collection button test less broken
This commit is contained in:
parent
19a4cef113
commit
c3600467bf
@ -58,8 +58,7 @@ namespace osu.Game.Screens.Ranking
|
||||
.AsEnumerable()
|
||||
.Select(c => new CollectionToggleMenuItem(c.ToLive(realm), beatmapInfo)).Cast<OsuMenuItem>().ToList();
|
||||
|
||||
if (manageCollectionsDialog != null)
|
||||
collectionItems.Add(new OsuMenuItem("Manage...", MenuItemType.Standard, manageCollectionsDialog.Show));
|
||||
collectionItems.Add(new OsuMenuItem("Manage...", MenuItemType.Standard, () => manageCollectionsDialog?.Show()));
|
||||
|
||||
return collectionItems.ToArray();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user