mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Use 32px icons for favicon
One less resource to manage and 16px size can be downsampled from 32px on-the-fly anyway.
This commit is contained in:
parent
7af83ab704
commit
0b63f35a54
@ -361,7 +361,6 @@
|
||||
<file>icons/skin/qbittorrent-tray.svg</file>
|
||||
<file>icons/skin/qbittorrent-tray-dark.svg</file>
|
||||
<file>icons/skin/qbittorrent-tray-light.svg</file>
|
||||
<file>icons/skin/qbittorrent16.png</file>
|
||||
<file>icons/skin/qbittorrent32.png</file>
|
||||
<file>icons/skin/queued.png</file>
|
||||
<file>icons/skin/ratio.png</file>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 986 B |
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</title>
|
||||
<link rel="icon" type="image/png" href="images/skin/qbittorrent16.png" />
|
||||
<link rel="icon" type="image/png" href="images/skin/qbittorrent32.png" />
|
||||
<link rel="stylesheet" href="css/dynamicTable.css" type="text/css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
<!--<link rel="stylesheet" type="text/css" href="css/Content.css" />-->
|
||||
|
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>qBittorrent QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</title>
|
||||
<link rel="icon" type="image/png" href="images/skin/qbittorrent16.png" />
|
||||
<link rel="icon" type="image/png" href="images/skin/qbittorrent32.png" />
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
<script src="scripts/lib/mootools-1.2-core-yc.js"></script>
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user