feat: add inline reply functionality to notification body
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user