Commit b5c9492d authored by tooomm's avatar tooomm
Browse files

Revert "try different logic"

This reverts commit e5a6b5b1.
parent e5a6b5b1
......@@ -143,7 +143,7 @@ void DlgUpdate::finishedUpdateCheck(bool needToUpdate, bool isCompatible, Releas
publishDate = release->getPublishDate().toString(Qt::DefaultLocaleLongDate);
if (isCompatible) {
int reply;
if (getReleaseChannelUrl() == STABLERELEASE_URL) { // Stable Release
if (settingsCache->getUpdateReleaseChannel()->getName().toUtf8() == "Stable Releases") { // Stable Release
reply = QMessageBox::question(
this, tr("Update Available"),
tr("A new version of Cockatrice is available!") + "<br><br>" + "<b>" + tr("New version") +
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment