UI: Change default hide cursor mode to OnIdle (#5906)

Co-authored-by: jcm <butt@butts.com>
This commit is contained in:
jcm 2023-11-11 08:27:53 -06:00 committed by GitHub
parent 815819767c
commit c3555cb5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -784,7 +784,7 @@ namespace Ryujinx.Ui.Common.Configuration
EnableDiscordIntegration.Value = true;
CheckUpdatesOnStart.Value = true;
ShowConfirmExit.Value = true;
HideCursor.Value = HideCursorMode.Never;
HideCursor.Value = HideCursorMode.OnIdle;
Graphics.EnableVsync.Value = true;
Graphics.EnableShaderCache.Value = true;
Graphics.EnableTextureRecompression.Value = false;