mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
WebUI: Don't load Tabs & dynamicTable stylesheets in Properties panel
This removes duplicate stylesheet imports that caused the transfer list to be completely collapsed in Chrome-based browsers. Closes #21426. PR #21506.
This commit is contained in:
@@ -1434,7 +1434,6 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||||||
},
|
},
|
||||||
contentURL: "views/properties.html",
|
contentURL: "views/properties.html",
|
||||||
require: {
|
require: {
|
||||||
css: ["css/Tabs.css", "css/dynamicTable.css"],
|
|
||||||
js: ["scripts/prop-general.js", "scripts/prop-trackers.js", "scripts/prop-peers.js", "scripts/prop-webseeds.js", "scripts/prop-files.js"],
|
js: ["scripts/prop-general.js", "scripts/prop-trackers.js", "scripts/prop-peers.js", "scripts/prop-webseeds.js", "scripts/prop-files.js"],
|
||||||
},
|
},
|
||||||
tabsURL: "views/propertiesToolbar.html",
|
tabsURL: "views/propertiesToolbar.html",
|
||||||
|
|||||||
Reference in New Issue
Block a user