mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Don't display Fox or Hound on labDX in FT4 mode. Fox/Hound is only available in FT8 mode.
This commit is contained in:
parent
db773cf7dd
commit
aa2c965b85
@ -8869,6 +8869,10 @@ void MainWindow::chkFT4()
|
||||
}
|
||||
on_contest_log_action_triggered();
|
||||
}
|
||||
if (SpecOp::HOUND == m_config.special_op_id() or SpecOp::FOX == m_config.special_op_id()) {
|
||||
ui->labDXped->setVisible(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void MainWindow::on_pbBestSP_clicked()
|
||||
|
Loading…
Reference in New Issue
Block a user