mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user