adding active awareness and modifying todo

This commit is contained in:
Chris Cochrun 2022-10-02 14:18:44 -05:00
parent d9f8d1cec9
commit 80fb1673c9
2 changed files with 9 additions and 7 deletions

View file

@ -212,7 +212,8 @@ Item {
Connections {
target: serviceItemModel
onDataChanged: previewSlidesList.positionViewAtIndex(index,
onDataChanged: if (active)
previewSlidesList.positionViewAtIndex(index,
ListView.Center)
}
}