mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 21:58:37 -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);
|
audioThread->setActive(state);
|
||||||
} else if (!active && state) {
|
} else if (!active && state) {
|
||||||
#if ENABLE_DIGITAL_LAB
|
#if ENABLE_DIGITAL_LAB
|
||||||
if (activeOutput) {
|
if (activeOutput && getModemType() == "digital") {
|
||||||
activeOutput->Show();
|
activeOutput->Show();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user