From 36486179d5e3a1829fe8e2bfc7f426f577e904f3 Mon Sep 17 00:00:00 2001 From: Hannes Date: Mon, 31 Aug 2026 21:42:38 +0200 Subject: [PATCH] fix: Update notification sound play logic --- .../notification/notificationServer/NotificationServer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/notification/notificationServer/NotificationServer.qml b/modules/notification/notificationServer/NotificationServer.qml index e075665..4c4aa63 100644 --- a/modules/notification/notificationServer/NotificationServer.qml +++ b/modules/notification/notificationServer/NotificationServer.qml @@ -80,9 +80,9 @@ Item { repeat: false onTriggered: { - focusedMonitor = Hyprland.focusedMonitor - notificationReceived(notification) if(!notification.lastGeneration && notificationServerState.soundEnabled){ + focusedMonitor = Hyprland.focusedMonitor + notificationReceived(notification) notificationSound.play() }