summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-27 21:45:17 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-27 22:18:26 -0700
commitb459ccbff75065d42c9dcf81472e515703c40903 (patch)
treeb600a192dc65ee4dd47d52777263856f8e6ceb05 /scripts
parent344b9e3234bc3f0d64fb92d876425b5dc9a0a555 (diff)
downloadsubsurface-b459ccbff75065d42c9dcf81472e515703c40903.tar.gz
QML UI: DiveList: make download from DC main action
Now that we support this for many dive computers, that seem reasonable. I'm not happy with the icon, but couldn't figure out a better one in the breeze icon set. See #426 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mobilecomponents.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index 267b44515..4bc5293f1 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -57,6 +57,7 @@ cp -R $PMMC/* $MC/
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
+cp $BREEZE/icons/actions/24/document-import.svg $MC/icons
cp $BREEZE/icons/actions/24/document-save.svg $MC/icons
cp $BREEZE/icons/actions/24/go-next.svg $MC/icons
cp $BREEZE/icons/actions/24/go-previous.svg $MC/icons