mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-27 20:16:44 +00:00
feat(GODT-2767): client config page. [skip-ci]
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user