mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 11:08:31 -04:00
Each click on the FT8 button should exit hound mode.
This commit is contained in:
parent
f6989c3e6c
commit
4a9c4dac6f
@ -10776,6 +10776,10 @@ void MainWindow::on_houndButton_clicked (bool checked)
|
||||
|
||||
void MainWindow::on_ft8Button_clicked()
|
||||
{
|
||||
if(m_specOp==SpecOp::HOUND) {
|
||||
m_config.setSpecial_None();
|
||||
m_specOp=m_config.special_op_id();
|
||||
}
|
||||
on_actionFT8_triggered();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user