mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
Merge pull request #12893 from Chocobo1/icon
Move qbittorrent32.png to WebUI images folder
This commit is contained in:
commit
1c1c82ce4f
@ -1,8 +0,0 @@
|
||||
# config file for [SVGO](https://github.com/svg/svgo)
|
||||
# SVGO: Node.js tool for optimizing SVG files
|
||||
# svgo --config=<this file> <svg file>
|
||||
|
||||
multipass: true
|
||||
js2svg:
|
||||
pretty: true
|
||||
indent: ' '
|
@ -1,7 +1,12 @@
|
||||
qBittorrent Theme Icons
|
||||
------------------------------------------
|
||||
Initial `qbt-theme` icons created by Bert Verhelst (<verhelstbert@gmail.com>).
|
||||
# qBittorrent Icons
|
||||
|
||||
Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/).
|
||||
Initial `qbt-theme` icons created by Bert Verhelst (<verhelstbert@gmail.com>).
|
||||
|
||||
Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/).
|
||||
|
||||
If you need to add an icon that qBittorrent does not already use, you can take an icon from the SVG fork of `Font-Awesome`: [link](https://github.com/encharm/Font-Awesome-SVG-PNG).
|
||||
|
||||
|
||||
## Optimizing SVG
|
||||
|
||||
Use [svgcleaner](https://github.com/RazrFalcon/svgcleaner)
|
||||
|
@ -329,7 +329,6 @@
|
||||
<file>qbittorrent-tray-with-font.svg</file>
|
||||
<file>qbittorrent-tray.svg</file>
|
||||
<file>qbittorrent.ico</file>
|
||||
<file>qbittorrent32.png</file>
|
||||
<file>qbittorrent_file.ico</file>
|
||||
<file>queued.svg</file>
|
||||
<file>ratio.svg</file>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>qBittorrent Web UI</title>
|
||||
<link rel="icon" type="image/png" href="icons/qbittorrent32.png" />
|
||||
<link rel="icon" type="image/png" href="images/qbittorrent32.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="icons/qbittorrent-tray.svg" />
|
||||
<link rel="stylesheet" type="text/css" href="css/dynamicTable.css?v=${CACHEID}" />
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css?v=${CACHEID}" />
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@ -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="icons/qbittorrent32.png" />
|
||||
<link rel="icon" type="image/png" href="images/qbittorrent32.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="icons/qbittorrent-tray.svg" />
|
||||
<link rel="stylesheet" type="text/css" href="css/login.css?v=${CACHEID}" />
|
||||
<noscript>
|
||||
|
@ -74,6 +74,7 @@
|
||||
<file>private/views/transferlist.html</file>
|
||||
<file>public/css/login.css</file>
|
||||
<file>public/css/noscript.css</file>
|
||||
<file>public/images/qbittorrent32.png</file>
|
||||
<file>public/index.html</file>
|
||||
<file>public/scripts/login.js</file>
|
||||
</qresource>
|
||||
|
Loading…
x
Reference in New Issue
Block a user