diff --git a/apps/settings/lib/Search/SectionSearch.php b/apps/settings/lib/Search/SectionSearch.php index aaffe6d52d8..e9f0da646f8 100644 --- a/apps/settings/lib/Search/SectionSearch.php +++ b/apps/settings/lib/Search/SectionSearch.php @@ -121,9 +121,7 @@ class SectionSearch implements IProvider { continue; } - // The section's own icon, falling back to a generic cog when it has none. - // These are dark monochrome glyphs; the client inverts them for dark - // themes via --background-invert-if-dark. + // The section's own icon, or a generic cog fallback. $icon = $section->getIcon(); if ($icon === '') { $icon = $this->urlGenerator->imagePath('settings', 'settings.svg'); diff --git a/core/src/components/AppIcon.vue b/core/src/components/AppIcon.vue index 5209b581d7f..d215e332948 100644 --- a/core/src/components/AppIcon.vue +++ b/core/src/components/AppIcon.vue @@ -19,7 +19,7 @@