mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
Move WebUI icons to its own folder
After this change: "http://<server>/icons" will point to "src/icons" folder and "http://<server>/images" points to the real "images" folder in the relative path.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div id="aboutAboutContent" class="aboutTabContent">
|
||||
<img src="images/mascot.png" style="float: right;" alt="qBittorrent Mascot" />
|
||||
<img src="icons/mascot.png" style="float: right;" alt="qBittorrent Mascot" />
|
||||
<h3 id="qbittorrentVersion"></h3>
|
||||
<p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]</p>
|
||||
<p>Copyright (c) 2011-2020 The qBittorrent project</p>
|
||||
|
||||
Reference in New Issue
Block a user