mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 21:02:56 +08:00
Add missing user ruleset to link copying for beatmap panels
This commit is contained in:
parent
f068b7a521
commit
58552e9768
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user