mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-12 10:01:18 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -92,7 +92,7 @@ std::string CMARGBController::GetSerial()
|
||||
|
||||
std::string CMARGBController::GetLocation()
|
||||
{
|
||||
return location;
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
unsigned char CMARGBController::GetZoneIndex()
|
||||
|
||||
Reference in New Issue
Block a user