mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
replace SpriteText with OsuSpriteText
This commit is contained in:
@ -498,7 +498,7 @@ namespace osu.Game.Overlays.Profile
|
||||
|
||||
public void AddLink(string text, string url) => AddText(text, link => ((SpriteLink)link).Url = url);
|
||||
|
||||
private class SpriteLink : SpriteText
|
||||
private class SpriteLink : OsuSpriteText
|
||||
{
|
||||
public override bool HandleInput => Url != null;
|
||||
|
||||
@ -510,7 +510,6 @@ namespace osu.Game.Overlays.Profile
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user