notif: prevent unexpected shuffle on dismiss

This commit is contained in:
end-4
2025-05-25 23:36:18 +02:00
parent a24825f676
commit dbe2a922e3
4 changed files with 46 additions and 9 deletions
@@ -14,7 +14,8 @@ Rectangle { // App icon
property var summary: ""
property var urgency: NotificationUrgency.Normal
property var image: ""
property real size: 45
property real scale: 1
property real size: 45 * scale
property real materialIconScale: 0.57
property real appIconScale: 0.7
property real smallAppIconScale: 0.49