From 955f940d949309edb7923681423ded0698a4f061 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 27 Mar 2019 14:39:39 -0700 Subject: [PATCH] Missed a few files in the root of icons dir (slow_off.png, L.gif, etc) --- Alternate-WebUI-usage.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Alternate-WebUI-usage.md b/Alternate-WebUI-usage.md index 743920d..ff89aab 100644 --- a/Alternate-WebUI-usage.md +++ b/Alternate-WebUI-usage.md @@ -14,9 +14,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/skins to `/public/images` -https://github.com/qbittorrent/qBittorrent/tree/master/src/icons/skins to `/private/images` -https://github.com/qbittorrent/qBittorrent/tree/master/src/icons/qbt-theme to `/private/images` +https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `/public/images` +https://github.com/qbittorrent/qBittorrent/tree/master/src/icons to `/private/images` 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.