diff options
-rwxr-xr-x | scripts/mobilecomponents.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 15a6613d7..b48162a6f 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -72,6 +72,7 @@ cp $BREEZE/icons/actions/22/handle-right.svg $MC/icons # kirigami now needs the breeze-icons internally as well pushd $MC ln -s $SRC/$BREEZE . +sed -i -e "s/visible: root.action/visible: root.action \&\& \!Qt.inputMethod.visible/g" src/controls/private/ActionButton.qml popd echo org.kde.plasma.kirigami synced from upstream |