mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 03:24:18 -04:00
ATV modulator: pass text overlay switch in settings
This commit is contained in:
@@ -563,8 +563,8 @@ void ATVModGUI::on_cameraManualFPS_valueChanged(int value)
|
||||
|
||||
void ATVModGUI::on_overlayTextShow_toggled(bool checked)
|
||||
{
|
||||
ATVMod::MsgConfigureShowOverlayText* message = ATVMod::MsgConfigureShowOverlayText::create(checked);
|
||||
m_atvMod->getInputMessageQueue()->push(message);
|
||||
m_settings.m_showOverlayText = checked;
|
||||
applySettings();
|
||||
}
|
||||
|
||||
void ATVModGUI::on_overlayText_textEdited(const QString& arg1 __attribute__((unused)))
|
||||
|
||||
Reference in New Issue
Block a user