mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Re-initialize FT8 Hound mode when starting the program in this mode.
This commit is contained in:
parent
1ec95a48f4
commit
3efea6f1f5
@ -1039,6 +1039,12 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_specOp=m_config.special_op_id();
|
m_specOp=m_config.special_op_id();
|
||||||
|
// Starting in FT8 Hound mode needs this initialization
|
||||||
|
if (m_specOp==SpecOp::HOUND) {
|
||||||
|
on_ft8Button_clicked();
|
||||||
|
ui->houndButton->click();
|
||||||
|
}
|
||||||
|
|
||||||
ui->labDXped->setVisible(SpecOp::NONE != m_specOp);
|
ui->labDXped->setVisible(SpecOp::NONE != m_specOp);
|
||||||
ui->labDXped->setStyleSheet("QLabel {background-color: red; color: white;}");
|
ui->labDXped->setStyleSheet("QLabel {background-color: red; color: white;}");
|
||||||
ui->pbBestSP->setVisible(m_mode=="FT4");
|
ui->pbBestSP->setVisible(m_mode=="FT4");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user