Fix SuperFox free text messages not working anymore.

This commit is contained in:
Uwe Risse 2024-09-20 18:09:29 +02:00
parent 4dfc1cc98f
commit a958874d3b

View File

@ -10657,7 +10657,7 @@ void MainWindow::foxTxSequencer()
} }
// Maybe send out the freetext message? // 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; fm = m_freeTextMsg;
islot++; islot++;
foxGenWaveform(islot - 1, fm); foxGenWaveform(islot - 1, fm);