Prevent redundant network communication between WSJT-X and DX Lab Suite Commander.

This commit is contained in:
Uwe Risse
2023-09-30 18:44:03 +02:00
parent ea8737e9f1
commit 06d1469c10
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -10500,7 +10500,7 @@ void MainWindow::remote_configure (QString const& mode, quint32 frequency_tolera
{
if (mode.size ())
{
set_mode (mode);
if (mode != m_mode) set_mode (mode);
}
auto is_FST4W = "FST4W" == m_mode;
if (frequency_tolerance != quint32_max && (ui->sbFtol->isVisible () || is_FST4W))