Some basic color themes and selector

This commit is contained in:
Charles J. Cliffe
2015-01-11 03:09:59 -05:00
parent a18d59aa44
commit 93da5b5fa1
8 changed files with 181 additions and 18 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ void DemodulatorInstance::squelchAuto() {
}
bool DemodulatorInstance::isSquelchEnabled() {
return squelch;
return (demodulatorThread->getSquelchLevel() != 0.0);
}
void DemodulatorInstance::setSquelchEnabled(bool state) {