diff --git a/Services/System/NotificationService.qml b/Services/System/NotificationService.qml index fff24191e..a853c8e41 100644 --- a/Services/System/NotificationService.qml +++ b/Services/System/NotificationService.qml @@ -770,6 +770,8 @@ Singleton { return ""; if (icon.startsWith("/") || icon.startsWith("file://")) return icon; + if (!ThemeIcons.iconExists(icon)) + return ""; return ThemeIcons.iconFromName(icon); }