mirror of
https://github.com/ppy/osu.git
synced 2025-02-07 03:02:54 +08:00
Merge remote-tracking branch 'refs/remotes/ppy/master' into main-menu-song-ticker
This commit is contained in:
commit
7f6811d65e
@ -75,6 +75,9 @@ namespace osu.Desktop
|
|||||||
|
|
||||||
private void updateStatus()
|
private void updateStatus()
|
||||||
{
|
{
|
||||||
|
if (!client.IsInitialized)
|
||||||
|
return;
|
||||||
|
|
||||||
if (status.Value is UserStatusOffline)
|
if (status.Value is UserStatusOffline)
|
||||||
{
|
{
|
||||||
client.ClearPresence();
|
client.ClearPresence();
|
||||||
|
Loading…
Reference in New Issue
Block a user