We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a9b77 commit 7ca3a6fCopy full SHA for 7ca3a6f
osu.Desktop/DiscordRichPresence.cs
@@ -145,7 +145,7 @@ private void schedulePresenceUpdate()
145
if (!client.IsInitialized)
146
return;
147
148
- if (status.Value == UserStatus.Offline || privacyMode.Value == DiscordRichPresenceMode.Off)
+ if (!api.IsLoggedIn || status.Value == UserStatus.Offline || privacyMode.Value == DiscordRichPresenceMode.Off)
149
{
150
client.ClearPresence();
151
0 commit comments