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 {
|
||||
asynchronous: true
|
||||
anchors.fill: parent
|
||||
active: root.height > 0
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ Item {
|
|||
}
|
||||
|
||||
Loader {
|
||||
asynchronous: true
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
||||
active: Config.services.useTwelveHourClock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue