diff --git a/plugins/Marketplace/resources/qml/ManageButton.qml b/plugins/Marketplace/resources/qml/ManageButton.qml index b13a31c5cf..035c369fd8 100644 --- a/plugins/Marketplace/resources/qml/ManageButton.qml +++ b/plugins/Marketplace/resources/qml/ManageButton.qml @@ -16,6 +16,8 @@ RowLayout property string busyPrimaryText: busyMessageText.text property string busySecondaryText: busyMessageText.text property string mainState: "primary" + property bool enabled: true + readonly property bool busy: state == "busy" signal clicked(bool primary_action) @@ -25,6 +27,7 @@ RowLayout { id: primaryButton visible: false + enabled: manageButton.enabled onClicked: { @@ -37,6 +40,7 @@ RowLayout { id: secondaryButton visible: false + enabled: manageButton.enabled onClicked: {