mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #23520 from nhirokinet/patch-1
manifest to report correct favicon size
This commit is contained in:
commit
46e04a30a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue