From d364c29c43dca128f516c5f7d4e925b27347f558 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 8 Jun 2021 22:18:51 +0200 Subject: Implement switching in narrow mode --- resources/qml/TimelineView.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/qml/TimelineView.qml') diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 747be61e..095103fa 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -19,6 +19,7 @@ Item { id: timelineView property var room: null + property bool showBackButton: false Label { visible: !room && !TimelineManager.isInitialSync @@ -45,6 +46,7 @@ Item { spacing: 0 TopBar { + showBackButton: timelineView.showBackButton } Rectangle { -- cgit 1.5.1