Clear server list highlight when field text edited

This commit is contained in:
miruka 2020-08-19 07:21:41 -04:00
parent 21462dc25f
commit d3092c4929

View File

@ -132,9 +132,12 @@ HBox {
)
placeholderText: "example.org"
onTextEdited: py.callCoro(
onTextEdited: {
py.callCoro(
"set_substring_filter", ["filtered_homeservers", text],
)
serverList.currentIndex = -1
}
Layout.fillWidth: true
Layout.fillHeight: true