1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

Update osu.Desktop/DiscordRichPresence.cs

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
David Paiva 2021-11-21 09:36:05 +00:00 committed by GitHub
parent b2bb59f3c6
commit 58d3e66d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ namespace osu.Desktop
{
presence.Buttons = new Button[]
{
new Button() { Label = "Beatmap Link", Url = $"https://osu.ppy.sh/b/{getOnlineID(activity.Value)}" }
new Button() { Label = "Open Beatmap", Url = $"https://osu.ppy.sh/b/{getOnlineID(activity.Value)}" }
};
}
else