mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
@@ -473,6 +473,7 @@ window.qBittorrent.ContextMenu ??= (() => {
|
|||||||
anchor.href = `#Category/${categoryName}`;
|
anchor.href = `#Category/${categoryName}`;
|
||||||
anchor.textContent = categoryName;
|
anchor.textContent = categoryName;
|
||||||
anchor.addEventListener("click", (event) => {
|
anchor.addEventListener("click", (event) => {
|
||||||
|
event.preventDefault();
|
||||||
torrentSetCategoryFN(categoryHash);
|
torrentSetCategoryFN(categoryHash);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user