Merge pull request #19189 from nextcloud/backport/19054/stable18
[stable18] Use themed favicon-fb
This commit is contained in:
commit
560f3a55f0
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ class ThemingDefaults extends \OC_Defaults {
|
|||
if ($image === 'favicon.ico' && ($customFavicon !== null || $this->imageManager->shouldReplaceIcons())) {
|
||||
$route = $this->urlGenerator->linkToRoute('theming.Icon.getFavicon', ['app' => $app]);
|
||||
}
|
||||
if ($image === 'favicon-touch.png' && ($customFavicon !== null || $this->imageManager->shouldReplaceIcons())) {
|
||||
if (($image === 'favicon-touch.png' || $image === 'favicon-fb.png') && ($customFavicon !== null || $this->imageManager->shouldReplaceIcons())) {
|
||||
$route = $this->urlGenerator->linkToRoute('theming.Icon.getTouchIcon', ['app' => $app]);
|
||||
}
|
||||
if ($image === 'manifest.json') {
|
||||
|
|
Loading…
Reference in a new issue