mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-11 16:13:45 -04:00
Store name in SRGBmodsControllers to avoid setting it in detectors
This commit is contained in:
@@ -26,7 +26,7 @@ RGBController_SRGBmodsLEDControllerV1::RGBController_SRGBmodsLEDControllerV1(SRG
|
||||
{
|
||||
controller = controller_ptr;
|
||||
|
||||
name = "SRGBmods Device";
|
||||
name = controller->GetNameString();
|
||||
vendor = "SRGBmods.net";
|
||||
description = "SRGBmods LED Controller V1 Device";
|
||||
type = DEVICE_TYPE_LEDSTRIP;
|
||||
|
||||
Reference in New Issue
Block a user