mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-22 10:24:56 -04:00
Store name in SRGBmodsControllers to avoid setting it in detectors
This commit is contained in:
1 parent
840512751c
commit
1bd9215a72
7 files changed
+34
-20
No files matched your search
+1
-1
@@ -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