From d5d1950bb5907235e8635368899bcea7d5cc7137 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 25 Oct 2017 11:10:51 +0200 Subject: Hide change password button if we don't have one --- framework/qml/EditAccount.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml') 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 { onLoaded: item.accountId = root.accountId } Kube.Button { + visible: accountFactory.requiresKeyring anchors.right: parent.right text: qsTr("Change Password") onClicked: { -- cgit v1.2.3