diff --git a/sdrgui/gui/samplingdevicedialog.cpp b/sdrgui/gui/samplingdevicedialog.cpp index 7c5824357..25a0eccd3 100644 --- a/sdrgui/gui/samplingdevicedialog.cpp +++ b/sdrgui/gui/samplingdevicedialog.cpp @@ -91,7 +91,8 @@ void SamplingDeviceDialog::displayDevices() samplingDevice = DeviceEnumerator::instance()->getMIMOSamplingDevice(coreDeviceIndex); } - if (samplingDevice && samplingDevice->claimed >= 0) { + if (samplingDevice && samplingDevice->claimed >= 0 && + samplingDevice->type != PluginInterface::SamplingDevice::BuiltInDevice) { QStandardItem *item = model->item(idx); if (item) { // Deactivate to block selection clicks