summary refs log tree commit diff
path: root/resources/qml/RoomDirectory.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/RoomDirectory.qml')
-rw-r--r--resources/qml/RoomDirectory.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/qml/RoomDirectory.qml b/resources/qml/RoomDirectory.qml

index b51c7bbc..54d405ff 100644 --- a/resources/qml/RoomDirectory.qml +++ b/resources/qml/RoomDirectory.qml
@@ -192,6 +192,17 @@ ApplicationWindow { onTextChanged: searchTimer.restart() } + MatrixTextField { + id: chooseServer + Layout.minimumWidth: 0.3 * header.width + Layout.maximumWidth: 0.3 * header.width + + padding: Nheko.paddingMedium + color: Nheko.colors.text + placeholderText: qsTr("Choose custom homeserver") + onTextChanged: publicRooms.setMatrixServer(text) + } + Timer { id: searchTimer