mirror of
https://github.com/muesli/telephant
synced 2024-11-25 21:00:17 +00:00
Set previous mentions as initial text for replies
This commit is contained in:
parent
e18cf3f83d
commit
eb387a1850
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue