UI: Option to automatically Hide UI when game launches #436

Closed
asfasagag wants to merge 2 commits from hide-ui into master
Showing only changes of commit 6a462fa9c9 - Show all commits

View File

@ -640,7 +640,7 @@ namespace Ryujinx.UI.Common.Configuration
if (configurationFileFormat.Version < 58)
{
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 17.");
Ryujinx.Common.Logging.Logger.Warning?.Print(LogClass.Application, $"Outdated configuration version {configurationFileFormat.Version}, migrating to version 58.");
configurationFileFormat.StartNoUI = false;