summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-10 21:22:42 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-10 21:22:42 +0530
commitb70f37194fd968950c920b1c39388154aa46cdc1 (patch)
tree8fee13b660e1f86b370fe8da9f46bf0162d000d4 /resources/qml/TimelineView.qml
parentadded room settings qml (diff)
downloadnheko-b70f37194fd968950c920b1c39388154aa46cdc1.tar.xz
ui almost looks the same, midway between transition from old room settings to new room settings
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index c6c1e2b2..6b34f2ab 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -177,7 +177,9 @@ Page {
         Connections {
             target: TimelineManager
             onOpenRoomSettingsDialog: {
-                var roomSettings = roomSettingsComponent.createObject(timelineRoot);
+                var roomSettings = roomSettingsComponent.createObject(timelineRoot, {
+                    "roomSettings": roomSettings
+                });
                 roomSettings.show();
             }
         }