Monitor and Laptop device types
This commit is contained in:
parent
d296f770b6
commit
20f6565f44
22 changed files with 92 additions and 59 deletions
|
|
@ -104,6 +104,12 @@ static int GetIcon(device_type type)
|
|||
case DEVICE_TYPE_KEYPAD:
|
||||
icon = OpenRGBFont::keypad;
|
||||
break;
|
||||
case DEVICE_TYPE_LAPTOP:
|
||||
icon = OpenRGBFont::laptop;
|
||||
break;
|
||||
case DEVICE_TYPE_MONITOR:
|
||||
icon = OpenRGBFont::monitor;
|
||||
break;
|
||||
default:
|
||||
icon = OpenRGBFont::unknown;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue