Fix missing handller for CONFIG_INT in DeviceConfig::ConfigureDevice

This commit is contained in:
Jasmine Iwanek
2025-06-07 20:39:55 -04:00
parent 16975c374f
commit d95420a5e6

View File

@@ -388,6 +388,7 @@ DeviceConfig::ConfigureDevice(const _device_ *device, int instance, Settings *se
}
case CONFIG_MIDI_OUT:
case CONFIG_MIDI_IN:
case CONFIG_INT:
case CONFIG_SELECTION:
{
auto *cbox = dc.findChild<QComboBox *>(config->name);