mirror of https://github.com/ppy/osu
Update osu.Desktop/DiscordRichPresence.cs
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
b2bb59f3c6
commit
58d3e66d8b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue