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
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ private void updateStatus()
{
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