Bring back account collapsing UI stuff

Not functional yet
This commit is contained in:
miruka
2020-05-13 14:16:37 -04:00
parent bd3c78a73a
commit 7192a402b6
2 changed files with 59 additions and 2 deletions

View File

@@ -15,7 +15,10 @@ HListView {
DelegateChoice {
roleValue: "Account"
Account { width: roomList.width }
Account {
width: roomList.width
filterActive: Boolean(filter)
}
}
DelegateChoice {