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