1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Add missing user ruleset to link copying for beatmap panels

This commit is contained in:
Dean Herbert 2024-08-22 19:18:41 +09:00
parent f068b7a521
commit 58552e9768
No known key found for this signature in database

View File

@ -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)