Fix Button event view

pull/1068/head
Michael Zanetti 2023-10-14 13:32:33 +02:00
parent a84c7905d5
commit d97873a84b
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ ThingPageBase {
engine: _engine
sources: ["event-" + root.thing.id + "-pressed", "event-" + root.thing.id + "-longPressed"]
live: true
sortOrder: Qt.DescendingOrder
fetchBlockSize: 200 // As paging doesn't work with multiple sources
}

View File

@ -85,6 +85,7 @@ Page {
engine: _engine
source: "state-" + root.thing.id + "-" + root.stateType.name
sortOrder: Qt.DescendingOrder
live: true
}
Component.onCompleted: {