page: welcomepage: add some icons for style points

This commit is contained in:
Torrie Fischer
2022-10-10 13:35:44 +02:00
parent 6e0aa7f683
commit e8f72a44fb
4 changed files with 5 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ Kirigami.LoadingPlaceholder {
property var showContinueButton: false
property var showBackButton: false
text: i18n("Synchronizing with your homeserver…")
icon.name: "cloud-download"
anchors.centerIn: parent

View File

@@ -66,5 +66,6 @@ LoginStep {
}
}
enabled: LoginHelper.homeserverReachable
iconName: "go-next"
}
}

View File

@@ -25,6 +25,7 @@ LoginStep {
onTriggered: {
LoginHelper.login();
}
iconName: "go-next"
}
Connections {