mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-04 22:27:50 -04:00
Remove duplicate ALL.TXT Tx report in beacon modes
This commit is contained in:
parent
3bf070938b
commit
6cb72a5f3e
@ -4103,14 +4103,15 @@ void MainWindow::guiUpdate()
|
|||||||
m_msgSent0 = current_message;
|
m_msgSent0 = current_message;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if(m_mode!="FT4") {
|
if (m_mode != "FST4W" && m_mode != "WSPR")
|
||||||
if(!m_tune) write_all("Tx",m_currentMessage);
|
{
|
||||||
|
if(!m_tune) write_all("Tx",m_currentMessage);
|
||||||
if (m_config.TX_messages () && !m_tune && SpecOp::FOX!=m_config.special_op_id()) {
|
if (m_config.TX_messages () && !m_tune && SpecOp::FOX!=m_config.special_op_id())
|
||||||
ui->decodedTextBrowser2->displayTransmittedText(current_message, m_modeTx,
|
{
|
||||||
ui->TxFreqSpinBox->value(),m_bFastMode,m_TRperiod);
|
ui->decodedTextBrowser2->displayTransmittedText(current_message, m_modeTx,
|
||||||
|
ui->TxFreqSpinBox->value(),m_bFastMode,m_TRperiod);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// }
|
|
||||||
|
|
||||||
switch (m_ntx)
|
switch (m_ntx)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user