Fix laggy device list loading
This commit is contained in:
parent
ce1373653a
commit
eca801df4c
|
@ -76,7 +76,8 @@ HColumnPage {
|
|||
HListView {
|
||||
id: deviceList
|
||||
|
||||
property var sectionItemCounts: getSectionItemCounts()
|
||||
// Don't bind directly to getSectionItemCounts(), laggy with big list
|
||||
property var sectionItemCounts: ({})
|
||||
|
||||
clip: true
|
||||
model: ListModel {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user