feat: add inline reply functionality to notification body
This commit is contained in:
@@ -201,6 +201,7 @@ Rectangle {
|
|||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
modelData.invoke()
|
modelData.invoke()
|
||||||
|
// resident check is allready in .invoke()
|
||||||
root.closeNotification(false)
|
root.closeNotification(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -220,6 +221,7 @@ Rectangle {
|
|||||||
function sendReply(message) {
|
function sendReply(message) {
|
||||||
notification.sendInlineReply(message)
|
notification.sendInlineReply(message)
|
||||||
inlineReplyTextField.focus = false
|
inlineReplyTextField.focus = false
|
||||||
|
// resident check is allready in .invoke()
|
||||||
root.closeNotification(false)
|
root.closeNotification(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user