mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Debug device provider - Create LEDs when loading layout
This commit is contained in:
parent
4edc665403
commit
d5c9ec2e26
@ -33,7 +33,7 @@ namespace RGB.NET.Devices.Debug
|
|||||||
|
|
||||||
DeviceInfo = new DebugRGBDeviceInfo(layout.Type, layout.Vendor ?? "RGB.NET", layout.Model ?? "Debug", layout.CustomData);
|
DeviceInfo = new DebugRGBDeviceInfo(layout.Type, layout.Vendor ?? "RGB.NET", layout.Model ?? "Debug", layout.CustomData);
|
||||||
|
|
||||||
Layout.ApplyTo(this);
|
Layout.ApplyTo(this, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user