mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 19:46:27 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -56,7 +56,7 @@ std::string CorsairLightingNodeController::GetFirmwareString()
|
||||
|
||||
std::string CorsairLightingNodeController::GetLocationString()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
void CorsairLightingNodeController::SetChannelEffect(unsigned char channel,
|
||||
|
||||
Reference in New Issue
Block a user