Notification: add urgency and alter the look when it's a critical notification.

This commit is contained in:
Sébastien Atoch
2025-07-23 14:17:54 -04:00
parent 411ed72436
commit 73ec07491f
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ Scope {
appName: notification.appName || "Notification",
summary: notification.summary || "",
body: notification.body || "",
urgency: notification.urgency,
timestamp: Date.now()
});
}