Fix account settings/create room keybinds
This commit is contained in:
parent
5b4d12e330
commit
e544f38b9f
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user