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:
Chocobo1 2018-05-08 21:05:48 +08:00
parent 7af83ab704
commit 0b63f35a54
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
4 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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" />-->

View File

@ -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>