mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Update URL to libtorrent settings
This commit is contained in:
parent
bd672c4c4e
commit
6aa5abf298
2 changed files with 2 additions and 2 deletions
|
@ -383,7 +383,7 @@ void AdvancedSettings::loadAdvancedSettings()
|
|||
static_cast<QLabel *>(cellWidget(QBITTORRENT_HEADER, PROPERTY))->setAlignment(Qt::AlignCenter | Qt::AlignVCenter);
|
||||
|
||||
auto *labelLibtorrentLink = new QLabel(
|
||||
makeLink(QLatin1String("https://www.libtorrent.org/reference.html")
|
||||
makeLink(QLatin1String("https://www.libtorrent.org/reference-Settings.html")
|
||||
, tr("Open documentation"))
|
||||
, this);
|
||||
labelLibtorrentLink->setOpenExternalLinks(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue