Fix ignore sound for app without a name but with a desktopEntry defined

This commit is contained in:
nZo-sp
2026-03-18 15:25:09 +01:00
parent 23a5b1de55
commit 3394439328
+1 -1
View File
@@ -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) {