From 6c7e79f7270500d00c526692c32cfc106a2feb07 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 8 Sep 2017 11:54:45 +0200 Subject: Some basic input field validation. --- accounts/gmail/package/contents/ui/GmailSettings.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'accounts/gmail/package/contents/ui/GmailSettings.qml') 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 { property string accountId property string heading: "Connect your GMail account" 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." + property bool valid: true GmailAccount.GmailSettings { id: gmailSettings -- cgit v1.2.3