Highlight correct account/room on startup

This commit is contained in:
miruka
2020-05-13 22:40:24 -04:00
parent eacee59f9e
commit 922f12e9f9
3 changed files with 54 additions and 5 deletions

View File

@@ -68,6 +68,9 @@ ListView {
property int lastCheckedDelegateIndex: 0
property int selectedCount: Object.keys(checked).length
readonly property var currentIndexModel:
currentIndex === -1 ? null : model.get(currentIndex)
function check(...indices) {
for (const i of indices) {