mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
add share limit action child menu
This commit is contained in:
parent
9337815cdf
commit
f211cd4e23
1 changed files with 7 additions and 1 deletions
|
@ -181,7 +181,13 @@
|
|||
</li>
|
||||
<li>
|
||||
<a href="#ShareLimitAction" class="arrow-right"><img src="images/configure.svg" alt="QBT_TR(ShareLimitAction)QBT_TR[CONTEXT=TransferListWidget]"> QBT_TR(Action when the limit is reached)QBT_TR[CONTEXT=TransferListWidget]</a>
|
||||
<ul id="contextShareLimitAction" class="scrollableMenu"></ul>
|
||||
<ul id="contextShareLimitAction" class="scrollableMenu">
|
||||
<li><a href="#"> QBT_TR(Default)QBT_TR[CONTEXT=TransferListWidget]</a></li>
|
||||
<li><a href="#"> QBT_TR(Stop torrent)QBT_TR[CONTEXT=TransferListWidget]</a></li>
|
||||
<li><a href="#"> QBT_TR(Remove torrent)QBT_TR[CONTEXT=TransferListWidget]</a></li>
|
||||
<li><a href="#"> QBT_TR(Remove Torrent and its content)QBT_TR[CONTEXT=TransferListWidget]</a></li>
|
||||
<li><a href="#"> QBT_TR(Enable super seeding for torrent)QBT_TR[CONTEXT=TransferListWidget]</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li title="QBT_TR(Automatic mode means that various torrent properties(eg save path) will be decided by the associated category)QBT_TR[CONTEXT=TransferListWidget]">
|
||||
<a href="#autoTorrentManagement"><img src="images/checked-completed.svg" alt="QBT_TR(Automatic Torrent Management)QBT_TR[CONTEXT=TransferListWidget]"> QBT_TR(Automatic Torrent Management)QBT_TR[CONTEXT=TransferListWidget]</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue