From d5c9ec2e26b41e238127d7015b9e55a6ef5b6e3c Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 13 Feb 2021 17:22:26 +0100 Subject: [PATCH] Debug device provider - Create LEDs when loading layout --- RGB.NET.Devices.Debug/DebugRGBDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Devices.Debug/DebugRGBDevice.cs b/RGB.NET.Devices.Debug/DebugRGBDevice.cs index b87c3d6..052e870 100644 --- a/RGB.NET.Devices.Debug/DebugRGBDevice.cs +++ b/RGB.NET.Devices.Debug/DebugRGBDevice.cs @@ -33,7 +33,7 @@ namespace RGB.NET.Devices.Debug DeviceInfo = new DebugRGBDeviceInfo(layout.Type, layout.Vendor ?? "RGB.NET", layout.Model ?? "Debug", layout.CustomData); - Layout.ApplyTo(this); + Layout.ApplyTo(this, true); } #endregion