mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 14:47:54 -04:00
Disable the startup message about upgrading to v2.0.
This commit is contained in:
parent
b3a8930eef
commit
d8a5d84647
@ -945,10 +945,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
splashTimer.setSingleShot (true);
|
splashTimer.setSingleShot (true);
|
||||||
splashTimer.start (20 * 1000);
|
splashTimer.start (20 * 1000);
|
||||||
|
|
||||||
//if(QCoreApplication::applicationVersion().contains("-devel") or
|
//QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
|
||||||
// QCoreApplication::applicationVersion().contains("-rc")) {
|
|
||||||
QTimer::singleShot (0, this, SLOT (not_GA_warning_message ()));
|
|
||||||
//}
|
|
||||||
|
|
||||||
if(!ui->cbMenus->isChecked()) {
|
if(!ui->cbMenus->isChecked()) {
|
||||||
ui->cbMenus->setChecked(true);
|
ui->cbMenus->setChecked(true);
|
||||||
@ -960,8 +957,6 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
|
|
||||||
void MainWindow::not_GA_warning_message ()
|
void MainWindow::not_GA_warning_message ()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
MessageBox::critical_message (this,
|
MessageBox::critical_message (this,
|
||||||
"<b><p align=\"center\">"
|
"<b><p align=\"center\">"
|
||||||
"IMPORTANT: New protocols for the FT8 and MSK144 modes "
|
"IMPORTANT: New protocols for the FT8 and MSK144 modes "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user