mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -29,7 +29,7 @@ char* MSI3ZoneController::GetDeviceName()
|
||||
|
||||
std::string MSI3ZoneController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void MSI3ZoneController::SetLEDs(std::vector<RGBColor> colors)
|
||||
|
||||
Reference in New Issue
Block a user