Clear room member filter when hiding search bar

closes #575
This commit is contained in:
Alessio Mattiazzi
2023-04-04 21:04:05 +00:00
committed by Tobias Fella
parent 2470990d75
commit 6dd51a35c5

View File

@@ -241,6 +241,9 @@ Kirigami.OverlayDrawer {
QQC2.ToolTip.text: i18n("Search user in room")
QQC2.ToolTip.visible: hovered
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
onToggled: {
userListSearchField.text = "";
}
}
QQC2.ToolButton {