diff options
author | Jedi18 <targetakhil@gmail.com> | 2021-02-11 23:50:45 +0530 |
---|---|---|
committer | Jedi18 <targetakhil@gmail.com> | 2021-02-11 23:50:45 +0530 |
commit | f044e2d2a11150d026d5a523b518027154602d3a (patch) | |
tree | 473b85ac1f0c3c749228e34430bacdaf36a14af1 /resources/qml/TimelineView.qml | |
parent | shifted room avatar changing (diff) | |
download | nheko-f044e2d2a11150d026d5a523b518027154602d3a.tar.xz |
fix avatar update on timeline sync
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 0c32effd..7a33f25f 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -175,7 +175,7 @@ Page { } Connections { - target: TimelineManager + target: TimelineManager.timeline onOpenRoomSettingsDialog: { var roomSettings = roomSettingsComponent.createObject(timelineRoot, { "roomSettings": settings |