Adding DEVICE_TYPE_ACCESSORY to enum
+ Adding Accessory icons for light and dark theme + Adding entry into OpenRGBDialog2 to display icon + Creating `Accessory` category in "Supported Devices"
This commit is contained in:
parent
03d99d135c
commit
9fe664ee72
8 changed files with 13 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ enum
|
|||
DEVICE_TYPE_STORAGE,
|
||||
DEVICE_TYPE_CASE,
|
||||
DEVICE_TYPE_MICROPHONE,
|
||||
DEVICE_TYPE_ACCESSORY,
|
||||
DEVICE_TYPE_UNKNOWN,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue