Add option to show the title bar #101

Merged
LukeWarnut merged 7 commits from window-title into master 2024-10-30 07:22:22 +00:00
Showing only changes of commit 4a32ebcc8d - Show all commits

View File

@ -833,7 +833,7 @@ namespace Ryujinx.UI.Common.Configuration
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;