Pass state of "More CQs" checkbox to sftx in cmsg(1)(40:40).

This commit is contained in:
Joe Taylor
2024-03-22 14:00:03 -04:00
parent 0c38d3b83f
commit 2ec0a54d2a
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -4833,6 +4833,7 @@ void MainWindow::guiUpdate()
::memcpy(foxcom_.mycall, foxCall.toLatin1(), sizeof foxcom_.mycall); //Copy Fox callsign into foxcom_
bool bSuperFox=m_config.superFox();
auto fname {QDir::toNativeSeparators(m_config.writeable_data_dir().absoluteFilePath("sfox_1.dat")).toLocal8Bit()};
foxcom_.bMoreCQs=ui->cbMoreCQs->isChecked();
foxgen_(&bSuperFox, fname.constData(), (FCL)fname.size());
if(bSuperFox) sfox_tx();
}