diff options
Diffstat (limited to 'views/accounts/qml/View.qml')
-rw-r--r-- | views/accounts/qml/View.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/accounts/qml/View.qml b/views/accounts/qml/View.qml index 0bdab979..00fa845f 100644 --- a/views/accounts/qml/View.qml +++ b/views/accounts/qml/View.qml | |||
@@ -26,7 +26,7 @@ import org.kube.components.accounts 1.0 as KubeAccounts | |||
26 | FocusScope { | 26 | FocusScope { |
27 | id: root | 27 | id: root |
28 | //Defines available account types. | 28 | //Defines available account types. |
29 | property var availableAccountPlugins: ["kolabnow", "imap", "maildir", "gmail"] | 29 | property var availableAccountPlugins: KubeAccounts.AccountConfiguration.availableAccountPlugins |
30 | //Defines whether more than one account is supported. | 30 | //Defines whether more than one account is supported. |
31 | property bool singleAccountMode: availableAccountPlugins.length == 1 | 31 | property bool singleAccountMode: availableAccountPlugins.length == 1 |
32 | 32 | ||