mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-07 23:07:01 +09:00
Use newer /users/{id}
path for profile link
This commit is contained in:
parent
bc08d251ba
commit
76c2299ce2
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ namespace PerformanceCalculatorGUI.Components
|
|||
Masking = true,
|
||||
CornerRadius = ExtendedLabelledTextBox.CORNER_RADIUS,
|
||||
Size = new Vector2(avatar_size),
|
||||
Action = () => { host.OpenUrlExternally($"https://osu.ppy.sh/u/{Score.SoloScore.User?.Id}"); }
|
||||
Action = () => { host.OpenUrlExternally($"https://osu.ppy.sh/users/{Score.SoloScore.User?.Id}"); }
|
||||
}
|
||||
: Empty(),
|
||||
new Container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue