mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #60132 from nextcloud/backport/59922/stable32
[stable32] fix(navigation): Fix default app icon
This commit is contained in:
commit
d07c28f7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ class NavigationManager implements INavigationManager {
|
|||
$icon = $this->appManager->getAppIcon($app);
|
||||
}
|
||||
if ($icon === null) {
|
||||
$icon = $this->urlGenerator->imagePath('core', 'default-app-icon');
|
||||
$icon = $this->urlGenerator->imagePath('core', 'places/default-app-icon.svg');
|
||||
}
|
||||
|
||||
$this->add(array_merge([
|
||||
|
|
|
|||
Loading…
Reference in a new issue