mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:03:11 +08:00
Log Discord RPC updates
This commit is contained in:
parent
8b730acb08
commit
5580ce31fa
@ -114,6 +114,8 @@ namespace osu.Desktop
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Logger.Log("Updating Discord RPC", LoggingTarget.Network, LogLevel.Debug);
|
||||||
|
|
||||||
if (activity.Value != null)
|
if (activity.Value != null)
|
||||||
{
|
{
|
||||||
bool hideIdentifiableInformation = privacyMode.Value == DiscordRichPresenceMode.Limited || status.Value == UserStatus.DoNotDisturb;
|
bool hideIdentifiableInformation = privacyMode.Value == DiscordRichPresenceMode.Limited || status.Value == UserStatus.DoNotDisturb;
|
||||||
|
Loading…
Reference in New Issue
Block a user