mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 06:07:11 +09:00
Update osu.Desktop/DiscordRichPresence.cs
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user