Fix laggy device list loading

This commit is contained in:
miruka 2020-06-26 02:35:16 -04:00
parent ce1373653a
commit eca801df4c

View File

@ -76,7 +76,8 @@ HColumnPage {
HListView { HListView {
id: deviceList id: deviceList
property var sectionItemCounts: getSectionItemCounts() // Don't bind directly to getSectionItemCounts(), laggy with big list
property var sectionItemCounts: ({})
clip: true clip: true
model: ListModel {} model: ListModel {}