mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-08 07:57:35 -04:00
Add HID to Logitech Lightspeed location string so that profile loading is successful.
This commit is contained in:
@@ -40,7 +40,7 @@ LogitechGLightsyncController::~LogitechGLightsyncController()
|
||||
|
||||
std::string LogitechGLightsyncController::GetDeviceLocation()
|
||||
{
|
||||
return (location);
|
||||
return ("HID: " + location);
|
||||
}
|
||||
|
||||
std::string LogitechGLightsyncController::GetSerialString()
|
||||
|
||||
Reference in New Issue
Block a user