mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
committed by
Vladimir Golovnev (Glassez)
parent
964be0fa1c
commit
7003ac3f4d
@@ -575,7 +575,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