Fix reply error message when the reply is not loaded yet

This commit is contained in:
Carl Schwan
2023-07-21 11:24:10 +02:00
parent c9126cf38e
commit dbf67b984e

View File

@@ -486,7 +486,7 @@ ColumnLayout {
Layout.maximumWidth: contentMaxWidth
active: root.isReply
active: root.isReply && root.reply
visible: active
sourceComponent: ReplyComponent {