Center account-room list to highlight on startup

This commit is contained in:
miruka 2020-03-21 10:21:32 -04:00
parent 23db284b8d
commit cb020ad479

View File

@ -69,7 +69,7 @@ HListView {
property bool detachedCurrentIndex: false property bool detachedCurrentIndex: false
property bool centerToHighlight: false property bool centerToHighlight: true
readonly property Room selectedRoom: readonly property Room selectedRoom:
currentItem ? currentItem.roomList.currentItem : null currentItem ? currentItem.roomList.currentItem : null