Disable the BusyIndicator
For some reason having the busyindicator running increases the time required to load the state cache by several orders of magnitude
This commit is contained in:
@@ -13,7 +13,7 @@ Kirigami.Page {
|
|||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: i18n("Loading…")
|
text: i18n("Loading…")
|
||||||
QQC2.BusyIndicator {
|
QQC2.BusyIndicator {
|
||||||
running: loadingIndicator.visible
|
running: false
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user