mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
Update link to news
This commit is contained in:
parent
e51fcc6ea0
commit
c0c99cad11
1 changed files with 1 additions and 1 deletions
|
@ -1644,7 +1644,7 @@ void MainWindow::handleUpdateCheckFinished(ProgramUpdater *updater, const bool i
|
||||||
{
|
{
|
||||||
const QString msg {tr("A new version is available.") + u"<br/>"
|
const QString msg {tr("A new version is available.") + u"<br/>"
|
||||||
+ tr("Do you want to download %1?").arg(newVersion) + u"<br/><br/>"
|
+ tr("Do you want to download %1?").arg(newVersion) + u"<br/><br/>"
|
||||||
+ u"<a href=\"https://www.qbittorrent.org/news.php\">%1</a>"_s.arg(tr("Open changelog..."))};
|
+ u"<a href=\"https://www.qbittorrent.org/news\">%1</a>"_s.arg(tr("Open changelog..."))};
|
||||||
auto *msgBox = new QMessageBox {QMessageBox::Question, tr("qBittorrent Update Available"), msg
|
auto *msgBox = new QMessageBox {QMessageBox::Question, tr("qBittorrent Update Available"), msg
|
||||||
, (QMessageBox::Yes | QMessageBox::No), this};
|
, (QMessageBox::Yes | QMessageBox::No), this};
|
||||||
msgBox->setAttribute(Qt::WA_DeleteOnClose);
|
msgBox->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue