diff --git a/src/qml/RoomInformation.qml b/src/qml/RoomInformation.qml index 27b6a5705..f9195d778 100644 --- a/src/qml/RoomInformation.qml +++ b/src/qml/RoomInformation.qml @@ -160,6 +160,7 @@ QQC2.ScrollView { Kirigami.SearchField { id: userListSearchField + visible: !root.room.isDirectChat() onVisibleChanged: if (visible) forceActiveFocus() Layout.fillWidth: true Layout.leftMargin: Kirigami.Units.largeSpacing