aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/help/AboutDialog.cpp')
-rw-r--r--src/ui/help/AboutDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/help/AboutDialog.cpp b/src/ui/help/AboutDialog.cpp
index 1dd06933..93e7ccb3 100644
--- a/src/ui/help/AboutDialog.cpp
+++ b/src/ui/help/AboutDialog.cpp
@@ -218,7 +218,7 @@ void UpdateTab::slotShowVersionStatus(const QString& current,
QString(_("Latest Version From Github")) + ": " +
server + "</b></center>");
- if (true || current < server) {
+ if (current < server) {
upgradeLabel->show();
}
}