Fix laggy device list loading
This commit is contained in:
parent
ce1373653a
commit
eca801df4c
|
@ -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 {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user