Disable busyindicator

This commit is contained in:
Tobias Fella
2022-04-09 19:47:17 +02:00
parent 0c5bd57976
commit decd528079

View File

@@ -23,5 +23,6 @@ Kirigami.PlaceholderMessage {
QQC2.BusyIndicator {
Layout.alignment: Qt.AlignHCenter
running: false
}
}