diff --git a/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml b/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml index 5d2968bafd..38b9ad584b 100644 --- a/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml +++ b/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml @@ -206,7 +206,7 @@ DecorationButton { } } Component.onCompleted: { - if (buttonType == DecorationOptions.DecorationButtonQuickHelp && !decoration.providesContextHelp) { + if (buttonType == DecorationOptions.DecorationButtonQuickHelp && !decoration.client.providesContextHelp) { visible = false; } else { visible = buttonSvg.imagePath != "";