mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-03 18:35:16 -04:00
Fix SuperFox free text messages not working anymore.
This commit is contained in:
parent
4dfc1cc98f
commit
a958874d3b
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user