Echo mode should default to Doppler method "Own Echo".

This commit is contained in:
Joe Taylor
2022-08-17 09:06:27 -04:00
parent d08c1e106a
commit 92df1fbd0c
+1 -1
View File
@@ -7100,7 +7100,7 @@ void MainWindow::on_actionEcho_triggered()
// 01234567890123456789012345678901234567
displayWidgets(nWidgets("00000000000000000010001000000000000000"));
fast_config(false);
if(m_astroWidget) m_astroWidget->selectOnDxEcho();
if(m_astroWidget) m_astroWidget->selectOwnEcho();
statusChanged();
}