feat: refactor: add helpers for summary/body placement in NotificationBody

This commit is contained in:
Hannes
2026-09-01 23:59:36 +02:00
parent 2df40a2a76
commit b59eb012ba
4 changed files with 237 additions and 194 deletions
@@ -83,7 +83,7 @@ Item {
repeat: false
onTriggered: {
if(!notification.lastGeneration && notificationServerState.soundEnabled){
if((!notification.lastGeneration && notificationServerState.soundEnabled) || Config.debug == "Notification"){
focusedMonitor = Hyprland.focusedMonitor
notificationReceived(notification)
notificationSound.play()