mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-16 04:32:34 -04: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)
|
if (old_state.online () == false && s.online () == true)
|
||||||
{
|
{
|
||||||
// initializing
|
// 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)
|
if (s.frequency () != old_state.frequency () || s.split () != m_splitMode)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user