mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 14:13:18 +08:00
Display room name on discord rich presence.
This commit is contained in:
parent
e44951969f
commit
e4fb9b4dd3
@ -135,6 +135,9 @@ namespace osu.Desktop
|
||||
|
||||
case UserActivity.Editing edit:
|
||||
return edit.Beatmap.ToString();
|
||||
|
||||
case UserActivity.InLobby lobby:
|
||||
return lobby.Room.Name.ToString();
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
|
Loading…
Reference in New Issue
Block a user