fix(navigation): Fix default app icon

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/59922/head
Joas Schilling 4 months ago
parent 5c0fe4c3cc
commit f5da0de67e
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
  1. 2
      lib/private/NavigationManager.php

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

Loading…
Cancel
Save