diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-12 21:06:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-12 21:53:51 +0200 |
commit | 2d1c5d332d9876d8c90ad716d20ada97a5bb3778 (patch) | |
tree | c5e8c9de18fde2c6473b20e493f16fdf54ae2335 /components/accounts/contents/ui/AccountWizard.qml | |
parent | 8ef95ba3d7164dab195a1135dfe8b00f6e881f09 (diff) | |
download | kube-2d1c5d332d9876d8c90ad716d20ada97a5bb3778.tar.gz kube-2d1c5d332d9876d8c90ad716d20ada97a5bb3778.zip |
Made the account wizard look more integrated
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index b4720174..56c975e5 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml | |||
@@ -24,7 +24,6 @@ import org.kube.framework 1.0 as Kube | |||
24 | Kube.Popup { | 24 | Kube.Popup { |
25 | id: root | 25 | id: root |
26 | 26 | ||
27 | |||
28 | property bool requireSetup: false | 27 | property bool requireSetup: false |
29 | property var availableAccountPlugins: [] | 28 | property var availableAccountPlugins: [] |
30 | 29 | ||