feat: add inline reply functionality to notification body

This commit is contained in:
Hannes
2026-08-29 23:19:20 +02:00
parent f488f22def
commit ecf00de898
@@ -201,6 +201,7 @@ Rectangle {
onClicked: {
modelData.invoke()
// resident check is allready in .invoke()
root.closeNotification(false)
}
}
@@ -220,6 +221,7 @@ Rectangle {
function sendReply(message) {
notification.sendInlineReply(message)
inlineReplyTextField.focus = false
// resident check is allready in .invoke()
root.closeNotification(false)
}