Merge branch 'Ly-sec:main' into main

This commit is contained in:
Jose Chasey Pratama
2025-07-27 18:55:55 +07:00
committed by GitHub
16 changed files with 178 additions and 27 deletions
+1
View File
@@ -71,6 +71,7 @@ Scope {
appName: notification.appName || "Notification",
summary: notification.summary || "",
body: notification.body || "",
urgency: notification.urgency,
timestamp: Date.now()
});
}