WebUI: Add missing icons

This adds missing icons to WebUI (in tabs, buttons, etc.).

PR #21162.
This commit is contained in:
skomerko 2024-08-17 07:38:44 +02:00 committed by GitHub
parent efdc4af448
commit e069fbc37f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 217 additions and 64 deletions

View file

@ -545,6 +545,7 @@ window.qBittorrent.PropFiles ??= (() => {
new MochaUI.Window({
id: "renamePage",
icon: "images/qbittorrent-tray.svg",
title: "QBT_TR(Renaming)QBT_TR[CONTEXT=TorrentContentTreeView]",
loadMethod: "iframe",
contentURL: "rename_file.html?hash=" + hash + "&isFolder=" + node.isFolder
@ -562,6 +563,7 @@ window.qBittorrent.PropFiles ??= (() => {
const multiFileRename = function(hash) {
new MochaUI.Window({
id: "multiRenamePage",
icon: "images/qbittorrent-tray.svg",
title: "QBT_TR(Renaming)QBT_TR[CONTEXT=TorrentContentTreeView]",
data: { hash: hash, selectedRows: torrentFilesTable.selectedRows },
loadMethod: "xhr",