page: welcomepage: add some icons for style points
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -66,5 +66,6 @@ LoginStep {
|
||||
}
|
||||
}
|
||||
enabled: LoginHelper.homeserverReachable
|
||||
iconName: "go-next"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ LoginStep {
|
||||
onTriggered: {
|
||||
LoginHelper.login();
|
||||
}
|
||||
iconName: "go-next"
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
||||
Reference in New Issue
Block a user