mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-14 02:02:54 +00:00
UI: fix "Enable UI logs" not being persisted upon relaunch
Closes ryujinx#5 (it was saved, just not loaded back)
This commit is contained in:
@@ -56,6 +56,7 @@ namespace Ryujinx.Ava.Systems.Configuration
|
||||
|
||||
Logger.EnableFileLog.Value = cff.EnableFileLog;
|
||||
Logger.EnableDebug.Value = cff.LoggingEnableDebug;
|
||||
Logger.EnableAvaloniaLog.Value = cff.LoggingEnableAvalonia;
|
||||
Logger.EnableStub.Value = cff.LoggingEnableStub;
|
||||
Logger.EnableInfo.Value = cff.LoggingEnableInfo;
|
||||
Logger.EnableWarn.Value = cff.LoggingEnableWarn;
|
||||
|
||||
Reference in New Issue
Block a user