aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix <53702818+f-eliks@users.noreply.github.com>2023-06-14 09:59:56 +0200
committerGitHub <noreply@github.com>2023-06-14 09:59:56 +0200
commitc369f8abb27f525016cbcaedce9c11852f33649d (patch)
tree229b2b96b6d32e1b02cb5b0914767caebc2df381
parent9e52f6cf2f7b1287b699276764edd49c26b74e8b (diff)
downloadsyncthing-c369f8abb27f525016cbcaedce9c11852f33649d.tar.gz
syncthing-c369f8abb27f525016cbcaedce9c11852f33649d.zip
gui: Have static link to favicon, for bookmarks etc (fixes #7638) (#8850)
-rw-r--r--gui/default/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/default/index.html b/gui/default/index.html
index cf4d60314..e5c7db1f2 100644
--- a/gui/default/index.html
+++ b/gui/default/index.html
@@ -12,7 +12,8 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <link rel="shortcut icon" href="assets/img/favicon-{{syncthingStatus()}}.png"/>
+ <link rel="shortcut icon" href="assets/img/favicon-default.png" type="image/x-icon"/>
+ <link rel="shortcut icon" href="assets/img/favicon-{{syncthingStatus()}}.png" type="image/x-icon"/>
<link rel="mask-icon" href="assets/img/safari-pinned-tab.svg" color="#0882c8"/>
<title ng-bind="thisDeviceName() + ' | Syncthing'"></title>