Missed a few files in the root of icons dir (slow_off.png, L.gif, etc)

Thomas 2019-03-27 14:39:39 -07:00
parent df018a6575
commit 955f940d94

@ -14,9 +14,8 @@ In order to increase security, a `public` (login process handling) and `private`
### First steps to an alternate WebUI: ### First steps to an alternate WebUI:
Copy the files: Copy the files:
https://github.com/qbittorrent/qBittorrent/tree/master/src/webui/www to a `<new folder>` https://github.com/qbittorrent/qBittorrent/tree/master/src/webui/www to a `<new folder>`
https://github.com/qbittorrent/qBittorrent/tree/master/src/icons/skins to `<new folder>/public/images` https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `<new folder>/public/images`
https://github.com/qbittorrent/qBittorrent/tree/master/src/icons/skins to `<new folder>/private/images` https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `<new folder>/private/images`
https://github.com/qbittorrent/qBittorrent/tree/master/src/icons/qbt-theme to `<new folder>/private/images`
Enable AltWebUI on the options and point the entry `WebUI\RootFolder` to `<new folder>`, then launch qBittorrent. Enable AltWebUI on the options and point the entry `WebUI\RootFolder` to `<new folder>`, then launch qBittorrent.
Access the WebUI as always, modify the files at `<new folder>` according to your needs and refresh the browser to see the changes reflected. Access the WebUI as always, modify the files at `<new folder>` according to your needs and refresh the browser to see the changes reflected.