fix(navigation): Fix default app icon

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2026-04-27 10:51:43 +02:00 committed by backportbot[bot]
parent aa67d8bda3
commit 0b9fc98bcf

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