mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Fix kudosu wiki link from user profile not linking to in-game overlay
This commit is contained in:
parent
efe6dae672
commit
627d1725c3
@ -14,6 +14,7 @@ using osu.Framework.Allocation;
|
|||||||
using osu.Framework.Extensions.LocalisationExtensions;
|
using osu.Framework.Extensions.LocalisationExtensions;
|
||||||
using osu.Game.Resources.Localisation.Web;
|
using osu.Game.Resources.Localisation.Web;
|
||||||
using osu.Framework.Localisation;
|
using osu.Framework.Localisation;
|
||||||
|
using osu.Game.Online.Chat;
|
||||||
|
|
||||||
namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||||
{
|
{
|
||||||
@ -42,7 +43,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
|||||||
: base(UsersStrings.ShowExtraKudosuTotal)
|
: base(UsersStrings.ShowExtraKudosuTotal)
|
||||||
{
|
{
|
||||||
DescriptionText.AddText("Based on how much of a contribution the user has made to beatmap moderation. See ");
|
DescriptionText.AddText("Based on how much of a contribution the user has made to beatmap moderation. See ");
|
||||||
DescriptionText.AddLink("this page", "https://osu.ppy.sh/wiki/Kudosu");
|
DescriptionText.AddLink("this page", LinkAction.OpenWiki, @"Modding/Kudosu");
|
||||||
DescriptionText.AddText(" for more information.");
|
DescriptionText.AddText(" for more information.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user