mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-07 15:37:33 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -99,7 +99,7 @@ std::string CMMP750Controller::GetSerial()
|
||||
|
||||
std::string CMMP750Controller::GetLocation()
|
||||
{
|
||||
return location;
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
unsigned char CMMP750Controller::GetMode()
|
||||
|
||||
Reference in New Issue
Block a user