From 6b0ca127c868e0c132dd79c59ea038b60b722e33 Mon Sep 17 00:00:00 2001 From: saturneric Date: Sun, 16 Feb 2025 13:36:01 +0100 Subject: [PATCH] fix: do not show commit hash mismatch in flatpak container --- src/m_ver_check/UpdateTab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { ""); 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( "
" + tr("The current version's commit hash does not match the official "