Disable "Enable Discord Integration"

This commit is contained in:
Marco Carvalho 2024-04-21 16:35:53 -03:00 committed by GitHub
parent 9b94662b4b
commit 92754bc25d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;