WebUI: Add "Add to top of queue" option

PR #18660.
This commit is contained in:
thalieht
2023-03-08 17:58:42 +02:00
committed by GitHub
parent ee6f699b48
commit f630d84858
4 changed files with 23 additions and 0 deletions

View File

@@ -79,6 +79,14 @@
<input type="checkbox" id="startTorrent" />
</td>
</tr>
<tr>
<td>
<label for="addToTopOfQueue">QBT_TR(Add to top of queue)QBT_TR[CONTEXT=AddNewTorrentDialog]</label>
</td>
<td>
<input type="checkbox" id="addToTopOfQueue" name="addToTopOfQueue" value="true" />
</td>
</tr>
<tr>
<td>
<label for="stopCondition">QBT_TR(Stop condition:)QBT_TR[CONTEXT=AddNewTorrentDialog]</label>