Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2022-03-28 17:03:38 +0300
committerCamila <hello@camila.codes>2022-03-28 17:04:54 +0300
commit7cc2486d79711ebd47ff1c2f35ed659619462abe (patch)
tree71a022354e438071b4cbb75f2925ab19afee834b /src/gui/tray/ActivityItemContent.qml
parent9b00e5268e8abbdcbca0da03b308fb2b6f70a849 (diff)
Address PR comments.
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'src/gui/tray/ActivityItemContent.qml')
-rw-r--r--src/gui/tray/ActivityItemContent.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/tray/ActivityItemContent.qml b/src/gui/tray/ActivityItemContent.qml
index 8c091c324..f18244e56 100644
--- a/src/gui/tray/ActivityItemContent.qml
+++ b/src/gui/tray/ActivityItemContent.qml
@@ -133,8 +133,8 @@ RowLayout {
Loader {
id: talkReplyTextFieldLoader
- active: isChatActivity && isTalkReplyPossible && displayTalkReplyOptions
- visible: displayTalkReplyOptions
+ active: isChatActivity && isTalkReplyPossible && model.displayReplyOption
+ visible: model.displayReplyOption
anchors.top: activityTextDateTime.bottom
anchors.topMargin: 10