Always start Echo mode with Monitor OFF.

This commit is contained in:
Joe Taylor 2022-08-18 10:42:12 -04:00
parent 6126baa8ac
commit 91b3829849

View File

@ -7105,6 +7105,7 @@ void MainWindow::on_actionEcho_triggered()
fast_config(false);
if(m_astroWidget) m_astroWidget->selectOwnEcho();
statusChanged();
monitor(false);
}
void MainWindow::on_actionFreqCal_triggered()