mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
We can limit auto_tx_mode(false); to Hound mode, since TX is only initiated there.
This commit is contained in:
parent
0305d52671
commit
79afbec133
@ -7792,7 +7792,8 @@ void MainWindow::on_bandComboBox_activated (int index)
|
||||
m_bandEdited = true;
|
||||
band_changed (frequency);
|
||||
m_wideGraph->setRxBand (m_config.bands ()->find (frequency));
|
||||
if (m_mode != "WSPR" && (m_mode != "FST4W") auto_tx_mode(false);
|
||||
m_specOp=m_config.special_op_id();
|
||||
if (m_specOp==SpecOp::HOUND) auto_tx_mode(false);
|
||||
}
|
||||
|
||||
void MainWindow::band_changed (Frequency f)
|
||||
|
Loading…
Reference in New Issue
Block a user