summary refs log tree commit diff
path: root/resources/qml/TimelineEvent.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-05-27 21:57:26 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2024-05-27 21:57:26 +0200
commit643be19b648ba09caff400934a1fe626a4826d66 (patch)
tree81b7d38a3c9742ee236529976fc5bff537706fa6 /resources/qml/TimelineEvent.qml
parentFix an empty profile name allowing you to open a profile twice (diff)
downloadnheko-643be19b648ba09caff400934a1fe626a4826d66.tar.xz
fix marking messages as read by scrolling
Diffstat (limited to 'resources/qml/TimelineEvent.qml')
-rw-r--r--resources/qml/TimelineEvent.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TimelineEvent.qml b/resources/qml/TimelineEvent.qml
index 3cc239c9..ef1a9578 100644
--- a/resources/qml/TimelineEvent.qml
+++ b/resources/qml/TimelineEvent.qml
@@ -13,6 +13,7 @@ EventDelegateChooser {
     id: wrapper
 
     required property bool isStateEvent
+    property bool scrolledToThis: false
 
     // qmllint disable required
     EventDelegateChoice {