Add signin remember checkbox info
This commit is contained in:
parent
c3570c9d82
commit
77a1d854c2
|
@ -178,8 +178,12 @@ HBox {
|
||||||
|
|
||||||
HCheckBox {
|
HCheckBox {
|
||||||
id: rememberAccount
|
id: rememberAccount
|
||||||
text: qsTr("Remember my account")
|
|
||||||
checked: true
|
checked: true
|
||||||
|
text: qsTr("Remember my account")
|
||||||
|
subtitle.text: qsTr(
|
||||||
|
"An access token will be stored on this device to " +
|
||||||
|
"automatically sign you in."
|
||||||
|
)
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user