1
0
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:
f4exb
2018-04-15 01:34:46 +02:00
parent b21ea9ab2f
commit 875cf59fda
5 changed files with 26 additions and 51 deletions
+2 -2
View File
@@ -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)))