Skip to content

Commit

Permalink
Update ConfigurationState.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWarnut committed Oct 28, 2024
1 parent deb6845 commit 4a32ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ public void LoadDefault()
ShowConfirmExit.Value = true;
IgnoreApplet.Value = false;
RememberWindowState.Value = true;
ShowTitleBar.Value = false;
ShowTitleBar.Value = (OperatingSystem.IsWindows()) ? false : true;
EnableHardwareAcceleration.Value = true;
HideCursor.Value = HideCursorMode.OnIdle;
Graphics.EnableVsync.Value = true;
Expand Down

0 comments on commit 4a32ebc

Please sign in to comment.