diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-09 21:09:54 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-09 22:01:12 -0700 |
commit | 6578588ad98afc31dbde386c623a1f576f5229bb (patch) | |
tree | 5f00129abba58453a332d1e24627a149aeda35c2 /scripts/mobilecomponents.sh | |
parent | 37737c4381f78c8cfe473b03a4a5e75fe3437ed9 (diff) | |
download | subsurface-6578588ad98afc31dbde386c623a1f576f5229bb.tar.gz |
QML UI: add missing icon
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mobilecomponents.sh')
-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 04f2a2c6b..3fd01b683 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -68,6 +68,7 @@ cp $BREEZE/icons/actions/24/trash-empty.svg $MC/icons cp $BREEZE/icons/actions/24/list-add.svg $MC/icons cp $BREEZE/icons/actions/22/handle-left.svg $MC/icons cp $BREEZE/icons/actions/22/handle-right.svg $MC/icons +cp $BREEZE/icons/actions/22/overflow-menu.svg $MC/icons # kirigami now needs the breeze-icons internally as well pushd $MC |