Browse Source

Merge pull request #11981 from Kolcha/favicon

Use SVG image for WebUI favicon
adaptive-webui-19844
Mike Tzou 5 years ago committed by GitHub
parent
commit
8b42bf5192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/webui/www/private/index.html
  2. 1
      src/webui/www/public/index.html

1
src/webui/www/private/index.html

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<title>qBittorrent Web UI</title>
<link rel="icon" type="image/png" href="images/skin/qbittorrent32.png" />
<link rel="icon" type="image/svg+xml" href="images/skin/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}" />
<!--<link rel="stylesheet" type="text/css" href="css/Content.css" />-->

1
src/webui/www/public/index.html

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
<meta charset="UTF-8" />
<title>qBittorrent QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</title>
<link rel="icon" type="image/png" href="images/skin/qbittorrent32.png" />
<link rel="icon" type="image/svg+xml" href="images/skin/qbittorrent-tray.svg" />
<link rel="stylesheet" type="text/css" href="css/login.css?v=${CACHEID}" />
<noscript>
<link rel="stylesheet" type="text/css" href="css/noscript.css?v=${CACHEID}" />

Loading…
Cancel
Save