mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
revert
This commit is contained in:
parent
f211cd4e23
commit
619f8c26af
2 changed files with 0 additions and 11 deletions
|
@ -179,16 +179,6 @@
|
|||
<a href="#Tags" class="arrow-right"><img src="images/tags.svg" alt="QBT_TR(Tags)QBT_TR[CONTEXT=TransferListWidget]"> QBT_TR(Tags)QBT_TR[CONTEXT=TransferListWidget]</a>
|
||||
<ul id="contextTagList" class="scrollableMenu"></ul>
|
||||
</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">
|
||||
<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>
|
||||
</li>
|
||||
|
|
|
@ -449,7 +449,6 @@ window.qBittorrent.ContextMenu ??= (() => {
|
|||
this.setEnabled("copyInfohash2", thereAreV2Hashes);
|
||||
|
||||
const contextTagList = document.getElementById("contextTagList");
|
||||
|
||||
for (const tag of tagMap.keys()) {
|
||||
const checkbox = contextTagList.querySelector(`a[href="#Tag/${tag}"] input[type="checkbox"]`);
|
||||
const count = tagCount.get(tag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue