diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/EditAccount.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml index 68559d99..872d9d03 100644 --- a/framework/qml/EditAccount.qml +++ b/framework/qml/EditAccount.qml | |||
@@ -79,6 +79,7 @@ Item { | |||
79 | onLoaded: item.accountId = root.accountId | 79 | onLoaded: item.accountId = root.accountId |
80 | } | 80 | } |
81 | Kube.Button { | 81 | Kube.Button { |
82 | visible: accountFactory.requiresKeyring | ||
82 | anchors.right: parent.right | 83 | anchors.right: parent.right |
83 | text: qsTr("Change Password") | 84 | text: qsTr("Change Password") |
84 | onClicked: { | 85 | onClicked: { |