mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Allow RRR message in Tx4, in FT4 mode, if not using contest-style messages.
This commit is contained in:
parent
00d15d019e
commit
1347f523de
@ -4219,7 +4219,7 @@ void MainWindow::on_txrb4_doubleClicked ()
|
||||
auto const& my_callsign = m_config.my_callsign ();
|
||||
auto is_compound = my_callsign != m_baseCall;
|
||||
m_send_RR73 = !((is_compound && !shortList (my_callsign)) || m_send_RR73);
|
||||
if(m_mode=="FT4") m_send_RR73=true;
|
||||
if(m_mode=="FT4" and (m_config.special_op_id()==SpecOp::RTTY)) m_send_RR73=true;
|
||||
genStdMsgs (m_rpt);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user