Fix typo in hardware IDs dialog
This commit is contained in:
parent
3c89fa8859
commit
d886f61de9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ int Ui::OpenRGBHardwareIDsDialog::show()
|
|||
current_hid_device = hid_devices;
|
||||
|
||||
QTreeWidgetItem* hid_top = new QTreeWidgetItem(ui->HardwareIdsList, {"HID devices"});
|
||||
strings.push_back("\n[ i2c devices ]");
|
||||
strings.push_back("\n[ HID devices ]");
|
||||
|
||||
while(current_hid_device)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue