From 2f70d273b4db4b6f960cf9e96f4fafd047f1af4a Mon Sep 17 00:00:00 2001 From: Nick Korotysh Date: Sat, 8 Feb 2020 23:52:27 +0300 Subject: [PATCH] Use SVG image for WebUI favicon This will allow browsers to get high quality icon with required resolution instead of resizing some small raster image. Browsers can have even more benefit from it. For example, Firefox uses high resolution icon to display it in "Top Sites" instead of page preview. Nothing changes for browsers which doesn't support SVG favicons, older PNG icon will be used in such case. --- src/webui/www/private/index.html | 1 + src/webui/www/public/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index 1b76f13e5..db056a9e4 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -6,6 +6,7 @@ qBittorrent Web UI + diff --git a/src/webui/www/public/index.html b/src/webui/www/public/index.html index 8fcdd948f..d2a0bb8b5 100644 --- a/src/webui/www/public/index.html +++ b/src/webui/www/public/index.html @@ -5,6 +5,7 @@ qBittorrent QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog] +