mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 02:09:03 -04:00
Fix SuperFox free text messages not working anymore.
This commit is contained in:
@@ -10657,7 +10657,7 @@ void MainWindow::foxTxSequencer()
|
||||
}
|
||||
|
||||
// Maybe send out the freetext message?
|
||||
if (ui->cbSendMsg->isChecked() && (islot < m_Nslots)) {
|
||||
if (!m_config.superFox() && ui->cbSendMsg->isChecked() && (islot < m_Nslots)) {
|
||||
fm = m_freeTextMsg;
|
||||
islot++;
|
||||
foxGenWaveform(islot - 1, fm);
|
||||
|
||||
Reference in New Issue
Block a user