diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 0068190e9..caeb57534 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -9248,6 +9248,10 @@ void MainWindow::readWidebandDecodes() } } + if (m_config.spot_to_psk_reporter ()) { + m_psk_Reporter.sendReport(); // Upload any queued spots + } + // Update "m_wEMECall" by reading q65w_decodes.txt QMap::iterator i; QString t="";