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) {