diff --git a/src/demod/DemodulatorThread.cpp b/src/demod/DemodulatorThread.cpp index df44786..e7790d5 100644 --- a/src/demod/DemodulatorThread.cpp +++ b/src/demod/DemodulatorThread.cpp @@ -150,7 +150,7 @@ void DemodulatorThread::run() { if (squelchEnabled) { if (!squelched && !squelchBreak) { - if (wxGetApp().getSoloMode()) { + if (wxGetApp().getSoloMode() && !muted.load()) { wxGetApp().getDemodMgr().setActiveDemodulator(demodInstance, false); } squelchBreak = true;