Fix code defects

This commit is contained in:
Chocobo1 2023-03-12 05:12:02 +08:00
parent 6fd522472c
commit fa30b70453
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
3 changed files with 4 additions and 3 deletions

View file

@ -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 },