mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
WebUI: use native property to set styles
This commit is contained in:
parent
0c7045042d
commit
9df3ee0de8
6 changed files with 48 additions and 69 deletions
|
@ -172,10 +172,8 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
});
|
||||
|
||||
/* MochaUI.Desktop = new MochaUI.Desktop();
|
||||
MochaUI.Desktop.desktop.setStyles({
|
||||
'background': '#fff',
|
||||
'visibility': 'visible'
|
||||
});*/
|
||||
MochaUI.Desktop.desktop.style.background = "#fff";
|
||||
MochaUI.Desktop.desktop.style.visibility = "visible"; */
|
||||
MochaUI.Desktop.initialize();
|
||||
|
||||
const buildTransfersTab = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue