This commit is contained in:
Mark Yu 2025-07-13 16:15:05 -04:00
commit 619f8c26af
2 changed files with 0 additions and 11 deletions

View file

@ -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> <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> <ul id="contextTagList" class="scrollableMenu"></ul>
</li> </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]"> <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> <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> </li>

View file

@ -449,7 +449,6 @@ window.qBittorrent.ContextMenu ??= (() => {
this.setEnabled("copyInfohash2", thereAreV2Hashes); this.setEnabled("copyInfohash2", thereAreV2Hashes);
const contextTagList = document.getElementById("contextTagList"); const contextTagList = document.getElementById("contextTagList");
for (const tag of tagMap.keys()) { for (const tag of tagMap.keys()) {
const checkbox = contextTagList.querySelector(`a[href="#Tag/${tag}"] input[type="checkbox"]`); const checkbox = contextTagList.querySelector(`a[href="#Tag/${tag}"] input[type="checkbox"]`);
const count = tagCount.get(tag); const count = tagCount.get(tag);