Browse Source

WebUI: Add meta application name

Used for installable/pinned app installs.
PR #15539.
adaptive-webui-19844
Daniel Aleksandersen 3 years ago committed by GitHub
parent
commit
eb5e1d34df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/webui/www/private/index.html

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

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<meta name="application-name" content="qBittorrent" />
<title>qBittorrent Web UI</title>
<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" />

Loading…
Cancel
Save