Browse Source

Update URL to libtorrent settings

adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
6aa5abf298
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/gui/advancedsettings.cpp
  2. 2
      src/webui/www/private/views/preferences.html

2
src/gui/advancedsettings.cpp

@ -383,7 +383,7 @@ void AdvancedSettings::loadAdvancedSettings() @@ -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);

2
src/webui/www/private/views/preferences.html

@ -950,7 +950,7 @@ @@ -950,7 +950,7 @@
</table>
</fieldset>
<fieldset class="settings">
<legend>QBT_TR(libtorrent Section)QBT_TR[CONTEXT=OptionsDialog]&nbsp;(<a href="https://www.libtorrent.org/reference.html" target="_blank">QBT_TR(Open documentation)QBT_TR[CONTEXT=HttpServer]</a>)</legend>
<legend>QBT_TR(libtorrent Section)QBT_TR[CONTEXT=OptionsDialog]&nbsp;(<a href="https://www.libtorrent.org/reference-Settings.html" target="_blank">QBT_TR(Open documentation)QBT_TR[CONTEXT=HttpServer]</a>)</legend>
<table>
<tr>
<td>

Loading…
Cancel
Save