mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-12 07:48:04 +00:00
WebUI: Set icon sizes attribute
Gives browsers more information to pick the best icon. PR #15540.
This commit is contained in:
parent
c382191e75
commit
9e92e5995f
@ -5,8 +5,8 @@
|
||||
<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="images/qbittorrent32.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="icons/qbittorrent-tray.svg" />
|
||||
<link rel="icon" type="image/png" href="images/qbittorrent32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/svg+xml" href="icons/qbittorrent-tray.svg" sizes="any" />
|
||||
<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" />-->
|
||||
|
Loading…
Reference in New Issue
Block a user