icons folder doesn't go into in public/images or private/images folder

Eray Chumak 2020-08-06 22:31:32 +01:00
parent ce7fd7fff5
commit e6a85e2b13

@ -10,8 +10,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 to `<new folder>/public/images` https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `<new folder>/public`
https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `<new folder>/private/images` https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `<new folder>/private`
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.