diff options
Diffstat (limited to 'accounts/gmail/package/contents')
-rw-r--r-- | accounts/gmail/package/contents/ui/GmailSettings.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gmail/package/contents/ui/GmailSettings.qml b/accounts/gmail/package/contents/ui/GmailSettings.qml index 0ee18bed..7f0c737b 100644 --- a/accounts/gmail/package/contents/ui/GmailSettings.qml +++ b/accounts/gmail/package/contents/ui/GmailSettings.qml | |||
@@ -28,6 +28,7 @@ Item { | |||
28 | property string accountId | 28 | property string accountId |
29 | property string heading: "Connect your GMail account" | 29 | property string heading: "Connect your GMail account" |
30 | property string subheadline: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube." | 30 | property string subheadline: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube." |
31 | property bool valid: true | ||
31 | 32 | ||
32 | GmailAccount.GmailSettings { | 33 | GmailAccount.GmailSettings { |
33 | id: gmailSettings | 34 | id: gmailSettings |