mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
Fix case where re-activation shows old mode dialog
This commit is contained in:
@@ -184,7 +184,7 @@ void DemodulatorInstance::setActive(bool state) {
|
||||
audioThread->setActive(state);
|
||||
} else if (!active && state) {
|
||||
#if ENABLE_DIGITAL_LAB
|
||||
if (activeOutput) {
|
||||
if (activeOutput && getModemType() == "digital") {
|
||||
activeOutput->Show();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user