aboutsummaryrefslogtreecommitdiff
path: root/qml/ChatPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/ChatPage.qml')
-rw-r--r--qml/ChatPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml
index 97d8069..1a6eec7 100644
--- a/qml/ChatPage.qml
+++ b/qml/ChatPage.qml
@@ -144,6 +144,6 @@ Kirigami.ScrollablePage {
footer: Loader {
sourceComponent: composePane
Layout.fillWidth: true
- visible: chat && chat.canSend
+ visible: chatPage.chat && chatPage.chat.canSend
}
}