1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 18:23:04 +08:00

Log Discord RPC updates

This commit is contained in:
jvyden 2024-03-11 18:15:18 -04:00
parent 8b730acb08
commit 5580ce31fa
No known key found for this signature in database
GPG Key ID: 18BCF2BE0262B278

View File

@ -114,6 +114,8 @@ namespace osu.Desktop
return;
}
Logger.Log("Updating Discord RPC", LoggingTarget.Network, LogLevel.Debug);
if (activity.Value != null)
{
bool hideIdentifiableInformation = privacyMode.Value == DiscordRichPresenceMode.Limited || status.Value == UserStatus.DoNotDisturb;