broulik added inline comments.

INLINE COMMENTS

> ActionToolBar.qml:111
> +                visible: details.visibleActions.indexOf(modelData) != -1
> +                         && (modelData.visible !== undefined && 
> modelData.visible)
> +

Shouldn't this be

  modelData.visible === undefined || modelData.visible

i.e. have the action show if `visible` is not defined

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D25177

To: ahiemstra, #kirigami
Cc: broulik, plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, 
apol, ahiemstra, davidedmundson, mart, hein

Reply via email to