diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-03-08 21:16:24 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-03-11 11:40:12 -0700 |
commit | eac7c4bdaeb9726ac23d37b8819395034fbd8dfe (patch) | |
tree | 18b2a3fec5f122fb40a2331d334c884b1ca16c41 | |
parent | 584b7eb47e9d8db09840b2976f595514579c5e5d (diff) | |
download | subsurface-eac7c4bdaeb9726ac23d37b8819395034fbd8dfe.tar.gz |
scrips/mobilecomponents.sh: fetch icon for the map
Use one of the breeze icons for the map in the drawer
on the mobile version.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
-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 554184483..206a5d89c 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -54,6 +54,7 @@ rm -rf $MC mkdir -p $MC/icons cp -R $PMMC/* $MC/ +cp $BREEZE/icons/actions/22/map-globe.svg $MC/icons cp $BREEZE/icons/actions/24/dialog-cancel.svg $MC/icons cp $BREEZE/icons/actions/24/distribute-horizontal-x.svg $MC/icons cp $BREEZE/icons/actions/24/document-edit.svg $MC/icons |