mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-26 20:14:24 -04:00
Prevent redundant network communication between WSJT-X and DX Lab Suite Commander.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user