mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Stop show of contest log window when leaving a special operaation mode
This commit is contained in:
parent
018a1218ce
commit
6caa77b166
@ -5547,7 +5547,7 @@ void MainWindow::on_actionFT8_triggered()
|
||||
ui->txb6->setEnabled(false);
|
||||
}
|
||||
|
||||
if(SpecOp::FOX > m_config.special_op_id()) {
|
||||
if (SpecOp::NONE < m_config.special_op_id () && SpecOp::FOX > m_config.special_op_id ()) {
|
||||
QString t0="";
|
||||
if(SpecOp::NA_VHF==m_config.special_op_id()) t0+="NA VHF";
|
||||
if(SpecOp::EU_VHF==m_config.special_op_id()) t0+="EU VHF";
|
||||
|
Loading…
Reference in New Issue
Block a user