Merge master

This commit is contained in:
Aditya Kulkarni
2019-02-01 11:15:42 -08:00
parent 7c71457cc1
commit 45c3cee410
4 changed files with 14 additions and 18 deletions

View File

@@ -1022,13 +1022,7 @@ void RPC::checkForUpdate(bool silent) {
QObject::tr("You already have the latest release v%1")
.arg(currentVersion.toString()));
}
} else {
if (!silent) {
QMessageBox::information(main, QObject::tr("No updates available"),
QObject::tr("You already have the latest release v%1")
.arg(currentVersion.toString()));
}
}
}
}
}
catch (...) {