mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -07:00
Fix code defects
This commit is contained in:
parent
6fd522472c
commit
fa30b70453
3 changed files with 4 additions and 3 deletions
|
@ -564,7 +564,7 @@ window.qBittorrent.PropFiles = (function() {
|
|||
};
|
||||
|
||||
const multiFileRename = function(hash) {
|
||||
const win = new MochaUI.Window({
|
||||
new MochaUI.Window({
|
||||
id: 'multiRenamePage',
|
||||
title: "QBT_TR(Renaming)QBT_TR[CONTEXT=TorrentContentTreeView]",
|
||||
data: { hash: hash, selectedRows: torrentFilesTable.selectedRows },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue