mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 21:38:51 +03: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:
parent
cce295faeb
commit
b2fab43865
1 changed files with 0 additions and 1 deletions
|
@ -1434,7 +1434,6 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
},
|
||||
contentURL: "views/properties.html",
|
||||
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"],
|
||||
},
|
||||
tabsURL: "views/propertiesToolbar.html",
|
||||
|
|
Loading…
Reference in a new issue