Merge pull request #60133 from nextcloud/backport/59922/stable33

[stable33] fix(navigation): Fix default app icon
This commit is contained in:
Joas Schilling 2026-05-04 12:35:46 +02:00 committed by GitHub
commit 544b47cb2b
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([