mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 15:10:20 +08:00
Also add source prefix
This commit is contained in:
@@ -17,9 +17,9 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
protected override void AddMetadata(string metadata, LinkFlowContainer loaded)
|
||||
{
|
||||
if (SearchAction != null)
|
||||
loaded.AddLink(metadata, () => SearchAction($@"""""{metadata}"""""));
|
||||
loaded.AddLink(metadata, () => SearchAction($@"source=""""{metadata}"""""));
|
||||
else
|
||||
loaded.AddLink(metadata, LinkAction.SearchBeatmapSet, $@"""""{metadata}""""");
|
||||
loaded.AddLink(metadata, LinkAction.SearchBeatmapSet, $@"source=""""{metadata}""""");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user