diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-05-27 21:57:26 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-05-27 21:57:26 +0200 |
commit | 643be19b648ba09caff400934a1fe626a4826d66 (patch) | |
tree | 81b7d38a3c9742ee236529976fc5bff537706fa6 /resources/qml/TimelineEvent.qml | |
parent | Fix an empty profile name allowing you to open a profile twice (diff) | |
download | nheko-643be19b648ba09caff400934a1fe626a4826d66.tar.xz |
fix marking messages as read by scrolling
Diffstat (limited to 'resources/qml/TimelineEvent.qml')
-rw-r--r-- | resources/qml/TimelineEvent.qml | 1 |
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 { |