mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
add action downdown
This commit is contained in:
parent
619f8c26af
commit
5767fa5ee1
1 changed files with 9 additions and 0 deletions
|
@ -182,6 +182,15 @@
|
|||
<label id="inactiveMinutesLabel" for="setInactiveMinutes">QBT_TR(inactive minutes)QBT_TR[CONTEXT=UpDownRatioDialog]</label>
|
||||
<input type="number" id="inactiveMinutes" value="0" step="1" min="0" class="shareLimitInput" aria-labelledby="inactiveMinutesLabel">
|
||||
</div>
|
||||
<div style="margin-left: 40px; margin-bottom: 5px;">
|
||||
<label id="actionListLabel" for="actionList">QBT_TR(Action when the limit is reached)QBT_TR[CONTEXT=UpDownRatioDialog]</label>
|
||||
<select name="action" id="actionList">
|
||||
<option value="0">Stop torrent</option>
|
||||
<option value="1">Remove torrent</option>
|
||||
<option value="3">Remove torrent and its content</option>
|
||||
<option value="2">Enable super seeding for torrent</option>
|
||||
</select>
|
||||
</div>
|
||||
<div style="text-align: center; padding-top: 10px;">
|
||||
<input type="button" value="QBT_TR(Save)QBT_TR[CONTEXT=HttpServer]" id="save">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue