Add reply GUI controls

This commit is contained in:
miruka
2020-05-20 05:19:06 -04:00
parent 5128f0d888
commit aa8d3cf8d3
10 changed files with 75 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ Item {
property bool ready: Boolean(userInfo && roomInfo)
property bool longLoading: false
property string replyToUserId: ""
property string replyToDisplayName: ""
readonly property alias loader: loader
readonly property alias roomPane: roomPaneLoader.item