1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Debug device provider - Create LEDs when loading layout

This commit is contained in:
Robert 2021-02-13 17:22:26 +01:00
parent 4edc665403
commit d5c9ec2e26

View File

@ -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