Merge branch 'Plasma/5.17'
This commit is contained in:
commit
6dd2d6f169
1 changed files with 1 additions and 1 deletions
|
@ -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 != "";
|
||||
|
|
Loading…
Reference in a new issue