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 5c0fe4c + f5da0de commit ba7cefcCopy full SHA for ba7cefc
1 file changed
lib/private/NavigationManager.php
@@ -355,7 +355,7 @@ private function init(bool $resolveClosures = true): void {
355
$icon = $this->appManager->getAppIcon($app);
356
}
357
if ($icon === null) {
358
- $icon = $this->urlGenerator->imagePath('core', 'default-app-icon');
+ $icon = $this->urlGenerator->imagePath('core', 'places/default-app-icon.svg');
359
360
361
$this->add(array_merge([
0 commit comments