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 e0cc2a6eed - Show all commits

View File

@ -1552,7 +1552,7 @@ namespace Ryujinx.UI.Common.Configuration
{
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 56.");
configurationFileFormat.ShowTitleBar = false;
configurationFileFormat.ShowTitleBar = (OperatingSystem.IsWindows()) ? false : true;
configurationFileUpdated = true;
}