Set previous mentions as initial text for replies

This commit is contained in:
Christian Muehlhaeuser 2020-04-07 03:33:35 +02:00
parent e18cf3f83d
commit eb387a1850
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -104,6 +104,7 @@ Popup {
focus: true
selectByMouse: true
placeholderText: message != null ? qsTr("Post your reply") : qsTr("What's happening?")
text: message.mentions
wrapMode: TextArea.Wrap
}