aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/m_ver_check/UpdateTab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_ver_check/UpdateTab.cpp b/src/m_ver_check/UpdateTab.cpp
index acd1cdf..a835fb1 100644
--- a/src/m_ver_check/UpdateTab.cpp
+++ b/src/m_ver_check/UpdateTab.cpp
@@ -192,7 +192,7 @@ void UpdateTab::slot_show_version_status() {
"</center>");
upgrade_label_->show();
upgrade_info_box_->show();
- } else if (is_git_commit_hash_mismatch != 0) {
+ } else if (is_git_commit_hash_mismatch != 0 && !GFIsFlatpakENV()) {
upgrade_label_->setText(
"<center>" +
tr("The current version's commit hash does not match the official "