mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Turn Tx Enable to OFF after logging a QSO, even if "Clear DX call and grid after logging" is not checked.
This commit is contained in:
parent
087a07cb9f
commit
9c3c5d6b3c
@ -5559,6 +5559,7 @@ void MainWindow::acceptQSO (QDateTime const& QSO_date_off, QString const& call,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(m_config.clear_DX () and SpecOp::HOUND != m_config.special_op_id()) clearDX ();
|
if(m_config.clear_DX () and SpecOp::HOUND != m_config.special_op_id()) clearDX ();
|
||||||
|
auto_tx_mode (false);
|
||||||
m_dateTimeQSOOn = QDateTime {};
|
m_dateTimeQSOOn = QDateTime {};
|
||||||
auto special_op = m_config.special_op_id ();
|
auto special_op = m_config.special_op_id ();
|
||||||
if (SpecOp::NONE < special_op && special_op < SpecOp::FOX &&
|
if (SpecOp::NONE < special_op && special_op < SpecOp::FOX &&
|
||||||
|
Loading…
Reference in New Issue
Block a user