mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Replace Mascot with qBittorrent logo on WebUI login page.
This commit is contained in:
BIN
src/Icons/qbittorrent.png
Normal file
BIN
src/Icons/qbittorrent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -1,5 +1,6 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
|
<file>Icons/qbittorrent.png</file>
|
||||||
<file>Icons/3-state-checkbox.gif</file>
|
<file>Icons/3-state-checkbox.gif</file>
|
||||||
<file>Icons/L.gif</file>
|
<file>Icons/L.gif</file>
|
||||||
<file>Icons/loading.png</file>
|
<file>Icons/loading.png</file>
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
<div id="main">
|
<div id="main">
|
||||||
<h1>_(qBittorrent web User Interface)</h1>
|
<h1>_(qBittorrent web User Interface)</h1>
|
||||||
<div id="logo" class="col">
|
<div id="logo" class="col">
|
||||||
<img src="images/skin/mascot.png" />
|
<img src="images/qbittorrent.png" />
|
||||||
</div>
|
</div>
|
||||||
<div id="formplace" class="col">
|
<div id="formplace" class="col">
|
||||||
<form id="loginform" action="">
|
<form id="loginform" action="">
|
||||||
|
|||||||
Reference in New Issue
Block a user