A few missed bits

This commit is contained in:
Jasmine Iwanek
2022-02-20 00:58:08 -05:00
parent b797b7f667
commit a66e392b26
2 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ void DeviceConfig::ConfigureDevice(const _device_* device, int instance, Setting
dc.ui->formLayout->addRow(config->description, cbox);
break;
}
case CONFIG_MIDI:
case CONFIG_MIDI_OUT:
{
auto* cbox = new QComboBox();
cbox->setObjectName(config->name);