From 3ebf72076c2de267f54b3404088fe295c73e59c1 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 31 Dec 2023 15:17:56 -0500 Subject: [PATCH] Cancen RC nagging for K1JT and W2ZQ. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 352299483..429bf2a92 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -1107,6 +1107,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, void MainWindow::not_GA_warning_message () { + if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="W2ZQ") return; MessageBox::critical_message (this, "This is a pre-release version of WSJT-X " + version (false) + " made\n" "available for testing purposes. By design it will\n"