From 33944393281937ed119c0e66d98a9d74c69f9a2c Mon Sep 17 00:00:00 2001 From: nZo-sp <43019+nZo-sp@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:25:09 +0100 Subject: [PATCH] Fix ignore sound for app without a name but with a desktopEntry defined --- Services/System/NotificationService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/System/NotificationService.qml b/Services/System/NotificationService.qml index 3c7eb411f..824e6b828 100644 --- a/Services/System/NotificationService.qml +++ b/Services/System/NotificationService.qml @@ -180,7 +180,7 @@ Singleton { // Add new notification addPopup(quickshellId, notification, data); - playNotificationSound(data.urgency, notification.appName); + playNotificationSound(data.urgency, data.appName); } function playNotificationSound(urgency, appName) {