1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 00:42:55 +08:00

Merge remote-tracking branch 'upstream/master' into api-chat-read

This commit is contained in:
Dean Herbert 2020-01-13 12:15:45 +09:00
commit 902e1750a8

View File

@ -75,6 +75,9 @@ namespace osu.Desktop
private void updateStatus()
{
if (!client.IsInitialized)
return;
if (status.Value is UserStatusOffline)
{
client.ClearPresence();