Add signin remember checkbox info

This commit is contained in:
miruka 2019-12-08 05:30:30 -04:00
parent c3570c9d82
commit 77a1d854c2

View File

@ -178,8 +178,12 @@ HBox {
HCheckBox {
id: rememberAccount
text: qsTr("Remember my account")
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
}