Fix account settings/create room keybinds

This commit is contained in:
miruka 2020-05-13 20:32:05 -04:00
parent 5b4d12e330
commit e544f38b9f

View File

@ -18,6 +18,12 @@ HListView {
Account {
width: roomList.width
filterActive: Boolean(filter)
isCurrent:
currentIndex !== -1 &&
(
roomList.model.get(currentIndex).for_account ||
roomList.model.get(currentIndex).id
) === model.id
}
}