make default notification action text "Open"

This commit is contained in:
Kainoa Kanter 2025-09-05 14:47:32 -07:00
parent f06d0f4e1e
commit e41c35cb5b
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -273,7 +273,7 @@ Variants {
delegate: NButton {
text: {
var actionText = modelData.text || "Action"
var actionText = modelData.text || "Open"
// If text contains comma, take the part after the comma (the display text)
if (actionText.includes(",")) {
return actionText.split(",")[1] || actionText