Insist on that loading might take a while for initial loading of account

This commit is contained in:
Carl Schwan
2021-10-02 15:11:46 +02:00
parent 00ecb4703e
commit 6a0b51a78e

View File

@@ -10,11 +10,18 @@ import org.kde.kirigami 2.15 as Kirigami
import org.kde.neochat 1.0
import NeoChat.Component 1.0
QQC2.BusyIndicator {
Kirigami.PlaceholderMessage {
property var showContinueButton: false
property var showBackButton: false
property string title: i18n("Loading")
anchors.centerIn: parent
QQC2.Label {
text: i18n("Please wait. This might take a little while.")
}
QQC2.BusyIndicator {
Layout.alignment: Qt.AlignHCenter
}
}