feat: async dashboard
This commit is contained in:
parent
c20ea3fabf
commit
a39a2fcd18
2 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ StyledRect {
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
asynchronous: true
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
active: root.height > 0
|
active: root.height > 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
asynchronous: true
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
|
||||||
active: Config.services.useTwelveHourClock
|
active: Config.services.useTwelveHourClock
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue