1
0
Fork 0
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:
James Wilson 2025-03-16 21:33:50 +00:00 committed by GitHub
parent bc08d251ba
commit 76c2299ce2
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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