mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-16 10:34:48 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -24,7 +24,7 @@ ATC800Controller::~ATC800Controller()
|
||||
|
||||
std::string ATC800Controller::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void ATC800Controller::SendCoolerMode
|
||||
|
||||
Reference in New Issue
Block a user