fix: do not show commit hash mismatch in flatpak container
This commit is contained in:
parent
9f9a624c0b
commit
6b0ca127c8
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user