mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-24 11:04:16 -04:00
Some basic color themes and selector
This commit is contained in:
@@ -183,7 +183,7 @@ void DemodulatorInstance::squelchAuto() {
|
||||
}
|
||||
|
||||
bool DemodulatorInstance::isSquelchEnabled() {
|
||||
return squelch;
|
||||
return (demodulatorThread->getSquelchLevel() != 0.0);
|
||||
}
|
||||
|
||||
void DemodulatorInstance::setSquelchEnabled(bool state) {
|
||||
|
||||
Reference in New Issue
Block a user