feat(GODT-2767): client config page. [skip-ci]

This commit is contained in:
Xavier Michelon
2023-08-09 18:58:59 +02:00
parent 83b842b19d
commit 9ef7d133c0
5 changed files with 254 additions and 94 deletions

View File

@ -65,7 +65,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
colorScheme: root.colorScheme
text: qsTr("Do not enter your Proton account password in you email application.")
type: Label.LabelType.Body_bold
type: Label.LabelType.Body
wrapMode: Text.WordWrap
}
Item {
@ -89,7 +89,7 @@ Item {
text: qsTr("I understand")
onClicked: {
root.wizard.closeWizard();
root.wizard.showClientParams();
}
}
Item {