Merge pull request #2211 from nZo-sp/fix/ignore-sounde-notification

Fix ignore notification sound for app without a name but with a desktopEntry defined
This commit is contained in:
Lysec
2026-03-18 15:35:56 +01:00
committed by GitHub
+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) {