From e6a85e2b13b709a762e573819adcbe9715d2bcd5 Mon Sep 17 00:00:00 2001 From: Eray Chumak Date: Thu, 6 Aug 2020 22:31:32 +0100 Subject: [PATCH] icons folder doesn't go into in public/images or private/images folder --- Developing-alternate-WebUIs-(WIP).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Developing-alternate-WebUIs-(WIP).md b/Developing-alternate-WebUIs-(WIP).md index e5ddb8a..51c740e 100644 --- a/Developing-alternate-WebUIs-(WIP).md +++ b/Developing-alternate-WebUIs-(WIP).md @@ -10,8 +10,8 @@ In order to increase security, a `public` (login process handling) and `private` ### First steps to an alternate WebUI: Copy the files: https://github.com/qbittorrent/qBittorrent/tree/master/src/webui/www to a `` -https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `/public/images` -https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `/private/images` +https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `/public` +https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `/private` Enable AltWebUI on the options and point the entry `WebUI\RootFolder` to ``, then launch qBittorrent. Access the WebUI as always, modify the files at `` according to your needs and refresh the browser to see the changes reflected.