mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-21 07:09:03 -04:00
Don't squelch-break solo-follow if breaker is muted.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user