mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 10:46:15 +03:00
Replace Mascot with qBittorrent logo on WebUI login page.
This commit is contained in:
parent
651bf4f9aa
commit
0660398c28
3 changed files with 2 additions and 1 deletions
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="">
|
||||||
|
|
Loading…
Reference in a new issue