From 785e9e7924ebae1ea5e68f4613e90ea1930ad35e Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 15 Jul 2020 14:45:08 +0100 Subject: [PATCH] Undo a change only intended to testing --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 898de1c6f..bd130db0b 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3455,7 +3455,7 @@ void MainWindow::auto_sequence (DecodedText const& message, unsigned start_toler void MainWindow::pskPost (DecodedText const& decodedtext) { -//### if (m_diskData || !m_config.spot_to_psk_reporter() || decodedtext.isLowConfidence ()) return; + if (m_diskData || !m_config.spot_to_psk_reporter() || decodedtext.isLowConfidence ()) return; QString msgmode=m_mode; if(m_mode=="JT9+JT65") {