Adjust tracker tier when adding additional trackers

Closes #20102.
PR #20729.
This commit is contained in:
Chocobo1
2024-04-25 12:18:30 +08:00
committed by GitHub
parent 4ac586c896
commit 321d7e5b17
10 changed files with 180 additions and 28 deletions

View File

@@ -718,7 +718,7 @@
<fieldset class="settings">
<legend>
<input type="checkbox" id="add_trackers_checkbox" onclick="qBittorrent.Preferences.updateAddTrackersEnabled();" />
<label for="add_trackers_checkbox">QBT_TR(Automatically add these trackers to new downloads:)QBT_TR[CONTEXT=OptionsDialog]</label>
<label for="add_trackers_checkbox">QBT_TR(Automatically append these trackers to new downloads:)QBT_TR[CONTEXT=OptionsDialog]</label>
</legend>
<textarea id="add_trackers_textarea" rows="5" cols="70"></textarea>
</fieldset>