Преглед изворни кода

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

Co-authored-by: jcm <butt@butts.com>
jcm пре 2 година
родитељ
комит
c3555cb5d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Ryujinx.Ui.Common/Configuration/ConfigurationState.cs

+ 1 - 1
src/Ryujinx.Ui.Common/Configuration/ConfigurationState.cs

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