chore: remove verbose comment

This commit is contained in:
Adria Martin
2026-04-10 19:02:07 +07:00
parent 093f3632d2
commit 375dfafb5b
-3
View File
@@ -770,9 +770,6 @@ Singleton {
return "";
if (icon.startsWith("/") || icon.startsWith("file://"))
return icon;
// Verify the icon exists in the theme before returning its image:// URI.
// Without this check, missing icons render as the purple/black checkerboard
// from IconImageProvider::missingPixmap instead of the notification fallback icon.
if (!ThemeIcons.iconExists(icon))
return "";
return ThemeIcons.iconFromName(icon);