mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-16 02:24:42 -04:00
Add HID: prefix to all HID detector locations
This commit is contained in:
@@ -31,7 +31,7 @@ SinowealthController::~SinowealthController()
|
||||
|
||||
std::string SinowealthController::GetLocation()
|
||||
{
|
||||
return(location);
|
||||
return("HID: " + location);
|
||||
}
|
||||
|
||||
unsigned int SinowealthController::GetLEDCount()
|
||||
|
||||
Reference in New Issue
Block a user