From eac7c4bdaeb9726ac23d37b8819395034fbd8dfe Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Thu, 8 Mar 2018 21:16:24 +0200 Subject: [PATCH] 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 --- scripts/mobilecomponents.sh | 1 + 1 file changed, 1 insertion(+) 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