Properly save default

This commit is contained in:
Evan Husted 2025-01-23 19:18:29 -06:00
parent 72d5af8b46
commit bf869b0ee1

View File

@ -1,3 +1,4 @@
using Avalonia.Media;
using Gommon;
using Ryujinx.Ava.Utilities.Configuration.System;
using Ryujinx.Ava.Utilities.Configuration.UI;
@ -421,7 +422,7 @@ namespace Ryujinx.Ava.Utilities.Configuration
config.Led = new LedConfigController
{
EnableLed = false,
LedColor = 328189
LedColor = new Color(255, 5, 1, 253).ToUInt32()
};
}
})