Merge pull request #59922 from nextcloud/bugfix/noid/fix-default-app-icon

fix(navigation): Fix default app icon
This commit is contained in:
Joas Schilling 2026-04-27 11:47:09 +02:00 committed by GitHub
commit ba7cefc78f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -355,7 +355,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([