1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-29 06:55:56 -04:00

SSB: replaced AGC checkboxes by button switches

This commit is contained in:
f4exb
2017-08-06 00:28:59 +02:00
parent 8a5668a186
commit f90ddf20eb
6 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ void SSBModGUI::on_mic_toggled(bool checked)
m_ssbMod->getInputMessageQueue()->push(message);
}
void SSBModGUI::on_agc_stateChanged(int state __attribute((__unused__)))
void SSBModGUI::on_agc_toggled(bool checked __attribute((__unused__)))
{
applySettings();
}