Merge pull request #22282 from skomerko/webui-v51-fixes

WebUI v5.1 fixes
This commit is contained in:
Chocobo1
2025-02-21 20:44:42 +08:00
committed by GitHub
10 changed files with 22 additions and 14 deletions

View File

@@ -568,7 +568,7 @@ window.qBittorrent.PropFiles ??= (() => {
};
const torrentFilesContextMenu = new window.qBittorrent.ContextMenu.ContextMenu({
targets: "#torrentFilesTableDiv tr",
targets: "#torrentFilesTableDiv tbody tr",
menu: "torrentFilesMenu",
actions: {
Rename: (element, ref) => {