mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Ensure that Monitor is OFF at startup when in Echo mode.
This commit is contained in:
parent
ca04a2f3bb
commit
50e3960ee4
@ -7690,7 +7690,7 @@ void MainWindow::handle_transceiver_update (Transceiver::TransceiverState const&
|
||||
if (old_state.online () == false && s.online () == true)
|
||||
{
|
||||
// initializing
|
||||
on_monitorButton_clicked (!m_config.monitor_off_at_startup ());
|
||||
on_monitorButton_clicked (!(m_config.monitor_off_at_startup() or m_mode=="Echo"));
|
||||
}
|
||||
if (s.frequency () != old_state.frequency () || s.split () != m_splitMode)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user