mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Fix CI inspections.
This commit is contained in:
parent
9faba94978
commit
4275f70cf4
@ -60,12 +60,12 @@ namespace osu.Desktop
|
||||
|
||||
switch (a)
|
||||
{
|
||||
case UserActivity.SoloGame game:
|
||||
case SoloGame game:
|
||||
presence.State = $"{game.Beatmap.Metadata.Artist} - {game.Beatmap.Metadata.Title} [{game.Beatmap.Version}]";
|
||||
setPresenceGamemode(game.Ruleset, presence);
|
||||
break;
|
||||
|
||||
case UserActivity.Editing editing:
|
||||
case Editing editing:
|
||||
presence.State = $"{editing.Beatmap.Metadata.Artist} - {editing.Beatmap.Metadata.Title} " + (!string.IsNullOrEmpty(editing.Beatmap.Version) ? $"[{editing.Beatmap.Version}]" : "");
|
||||
presence.Assets.SmallImageKey = "edit";
|
||||
presence.Assets.SmallImageText = "editing";
|
||||
|
Loading…
Reference in New Issue
Block a user