mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 23:42:46 -07:00
WebUI: Add missing icons
This adds missing icons to WebUI (in tabs, buttons, etc.). PR #21162.
This commit is contained in:
parent
efdc4af448
commit
e069fbc37f
31 changed files with 217 additions and 64 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue