Highlight correct account/room on startup
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user