fix: Update notification sound play logic

This commit is contained in:
Hannes
2026-08-31 21:42:38 +02:00
parent f2b69382c7
commit 36486179d5
@@ -80,9 +80,9 @@ Item {
repeat: false
onTriggered: {
if(!notification.lastGeneration && notificationServerState.soundEnabled){
focusedMonitor = Hyprland.focusedMonitor
notificationReceived(notification)
if(!notification.lastGeneration && notificationServerState.soundEnabled){
notificationSound.play()
}