mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -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
|
@ -1603,6 +1603,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
const id = "uploadPage";
|
||||
new MochaUI.Window({
|
||||
id: id,
|
||||
icon: "images/qbittorrent-tray.svg",
|
||||
title: "QBT_TR(Upload local torrent)QBT_TR[CONTEXT=HttpServer]",
|
||||
loadMethod: "iframe",
|
||||
contentURL: new URI("upload.html").toString(),
|
||||
|
@ -1645,6 +1646,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
const contentURI = new URI("download.html").setData("urls", urls.map(encodeURIComponent).join("|"));
|
||||
new MochaUI.Window({
|
||||
id: id,
|
||||
icon: "images/qbittorrent-tray.svg",
|
||||
title: "QBT_TR(Download from URLs)QBT_TR[CONTEXT=downloadFromURL]",
|
||||
loadMethod: "iframe",
|
||||
contentURL: contentURI.toString(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue