mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 17:02:58 +08:00
Merge pull request #16896 from Stedoss/remove-creator-from-playlist-item-beatmap-text
Remove creator name from playlist item panel beatmap text
This commit is contained in:
commit
9410fb46af
@ -291,7 +291,11 @@ namespace osu.Game.Screens.OnlinePlay
|
|||||||
|
|
||||||
if (Item.Beatmap.Value != null)
|
if (Item.Beatmap.Value != null)
|
||||||
{
|
{
|
||||||
beatmapText.AddLink(Item.Beatmap.Value.GetDisplayTitleRomanisable(), LinkAction.OpenBeatmap, Item.Beatmap.Value.OnlineID.ToString(), null, text =>
|
beatmapText.AddLink(Item.Beatmap.Value.GetDisplayTitleRomanisable(includeCreator: false),
|
||||||
|
LinkAction.OpenBeatmap,
|
||||||
|
Item.Beatmap.Value.OnlineID.ToString(),
|
||||||
|
null,
|
||||||
|
text =>
|
||||||
{
|
{
|
||||||
text.Truncate = true;
|
text.Truncate = true;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user