mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 04:51:26 +08:00
Add missing user ruleset to link copying for beatmap panels
This commit is contained in:
@@ -295,7 +295,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
items.Add(new OsuMenuItem("Collections") { Items = collectionItems });
|
||||
|
||||
if (beatmapInfo.GetOnlineURL(api) is string url)
|
||||
if (beatmapInfo.GetOnlineURL(api, ruleset.Value) is string url)
|
||||
items.Add(new OsuMenuItem("Copy link", MenuItemType.Standard, () => game?.CopyUrlToClipboard(url)));
|
||||
|
||||
if (hideRequested != null)
|
||||
|
||||
Reference in New Issue
Block a user