Merge pull request #60132 from nextcloud/backport/59922/stable32

[stable32] fix(navigation): Fix default app icon
This commit is contained in:
Joas Schilling 2026-05-04 12:35:54 +02:00 committed by GitHub
commit d07c28f7f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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([