We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa67d8b + 0b9fc98 commit 544b47cCopy full SHA for 544b47c
1 file changed
lib/private/NavigationManager.php
@@ -382,7 +382,7 @@ private function init(bool $resolveClosures = true): void {
382
$icon = $this->appManager->getAppIcon($app);
383
}
384
if ($icon === null) {
385
- $icon = $this->urlGenerator->imagePath('core', 'default-app-icon');
+ $icon = $this->urlGenerator->imagePath('core', 'places/default-app-icon.svg');
386
387
388
$this->add(array_merge([
0 commit comments