From f1c9f5902a6394eb1eb6498b4ca295c9c0422199 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 30 Nov 2022 14:35:34 +0100 Subject: [PATCH] Hide account switcher in collapsed roomlist mode --- src/qml/Page/RoomListPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Page/RoomListPage.qml b/src/qml/Page/RoomListPage.qml index 4c16dcdaf..192b6fca3 100644 --- a/src/qml/Page/RoomListPage.qml +++ b/src/qml/Page/RoomListPage.qml @@ -390,5 +390,6 @@ Kirigami.ScrollablePage { footer: UserInfo { width: parent.width + visible: !page.collapsedMode } }