diff options
author | Jedi18 <targetakhil@gmail.com> | 2021-02-10 21:22:42 +0530 |
---|---|---|
committer | Jedi18 <targetakhil@gmail.com> | 2021-02-10 21:22:42 +0530 |
commit | b70f37194fd968950c920b1c39388154aa46cdc1 (patch) | |
tree | 8fee13b660e1f86b370fe8da9f46bf0162d000d4 /resources/qml/TimelineView.qml | |
parent | added room settings qml (diff) | |
download | nheko-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.qml | 4 |
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(); } } |