1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 17:31:19 +08:00

Merge remote-tracking branch 'refs/remotes/ppy/master' into main-menu-song-ticker

This commit is contained in:
Andrei Zavatski
2020-01-11 22:38:56 +03:00
Unverified
+3
View File
@@ -75,6 +75,9 @@ namespace osu.Desktop
private void updateStatus()
{
if (!client.IsInitialized)
return;
if (status.Value is UserStatusOffline)
{
client.ClearPresence();