From ebb1edc652b284c85c5952208b7bdfd279d32189 Mon Sep 17 00:00:00 2001 From: Severin von Wnuck-Lipinski Date: Wed, 1 May 2024 09:00:36 +0200 Subject: [PATCH] gui: Fix Firefox bookmark favicon (fixes #9506) (#9507) ### Purpose Firefox uses the last specified favicon link for bookmarks, but only if it is available on initial page load. Remove the second link and use ng-href to change the icon instead. I'm not really familiar with AngularJS, feel free to offer suggestions for improvements. ### Testing Briefly tested on Firefox 124.0.2 and Chrome 123.0.6312.105. --- gui/default/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/default/index.html b/gui/default/index.html index 0565f567dc3..d0aee77d1e9 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -12,8 +12,7 @@ - - +