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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user