mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Add headset stand type string
This commit is contained in:
@@ -1346,6 +1346,8 @@ std::string device_type_to_str(device_type type)
|
||||
return "Mousemat";
|
||||
case DEVICE_TYPE_HEADSET:
|
||||
return "Headset";
|
||||
case DEVICE_TYPE_HEADSET_STAND:
|
||||
return "Headset Stand";
|
||||
default:
|
||||
return "Unknown";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user