mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-04 08:21:16 -05:00
Fix case where re-activation shows old mode dialog
This commit is contained in:
parent
c303b68284
commit
380a5e4c2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user