diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-10-19 19:00:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 19:00:37 +0200 |
commit | 46e04a30a43418f36b3443f040cde031d5e73b9d (patch) | |
tree | 45c9755b5e9277c472f963083217378ddcdc7ac4 | |
parent | 6d2471d36e6be6ee119f9c21e3a6b78a5762630b (diff) | |
parent | 3a05334f188e81d5012262602e4198843029e01a (diff) | |
download | nextcloud-server-46e04a30a43418f36b3443f040cde031d5e73b9d.tar.gz nextcloud-server-46e04a30a43418f36b3443f040cde031d5e73b9d.zip |
Merge pull request #23520 from nhirokinet/patch-1
manifest to report correct favicon size
-rw-r--r-- | apps/theming/lib/Controller/ThemingController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 8957d305883..692a0f6234e 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -383,7 +383,7 @@ class ThemingController extends Controller { 'src' => $this->urlGenerator->linkToRoute('theming.Icon.getTouchIcon', ['app' => $app]) . '?v=' . $cacheBusterValue, 'type' => 'image/png', - 'sizes' => '128x128' + 'sizes' => '512x512' ], [ 'src' => $this->urlGenerator->linkToRoute('theming.Icon.getFavicon', |