mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Merge pull request #22282 from skomerko/webui-v51-fixes
WebUI v5.1 fixes
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user