diff --git a/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs b/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs index 2609dc9baa..9616f8fdd9 100644 --- a/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs +++ b/src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs @@ -789,7 +789,7 @@ namespace Ryujinx.UI.Common.Configuration System.TimeZone.Value = "UTC"; System.SystemTimeOffset.Value = 0; System.EnableDockedMode.Value = true; - EnableDiscordIntegration.Value = true; + EnableDiscordIntegration.Value = false; CheckUpdatesOnStart.Value = true; ShowConfirmExit.Value = true; EnableHardwareAcceleration.Value = true;