feat: should jump to correct download page

This commit is contained in:
saturneric 2024-11-17 15:14:39 +01:00
parent e694c002dc
commit 3a295ee6ed

View File

@ -162,7 +162,7 @@ void UpdateTab::slot_show_version_status() {
"stability, please do not use this version.") + "stability, please do not use this version.") +
"</center><center>" + tr("Please click") + "</center><center>" + tr("Please click") +
" <a " " <a "
"href=\"https://www.gpgfrontend.bktus.com/#/downloads\">" + "href=\"https://www.gpgfrontend.bktus.com/overview/downloads/\">" +
tr("Here") + "</a> " + tr("to download the latest stable version.") + tr("Here") + "</a> " + tr("to download the latest stable version.") +
"</center>"); "</center>");
upgrade_label_->show(); upgrade_label_->show();