Merge branch 'hotfix-2.1.1' of bitbucket.org:k1jt/wsjtx into hotfix-2.1.1

This commit is contained in:
Bill Somerville 2019-07-18 20:35:41 +01:00
commit b45cb0d62b
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -970,7 +970,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
if(QCoreApplication::applicationVersion().contains("-devel") or
QCoreApplication::applicationVersion().contains("-rc")) {
QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
// QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
}
ui->pbBestSP->setVisible(m_mode=="FT4");