diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-08 10:05:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-08 10:29:10 -0700 |
commit | b1f4a2975f7b073927cda4e44af2ee74f9aba0f2 (patch) | |
tree | 1103e86752c4ea9cbee3a23567ac01d988d3c7cc /scripts | |
parent | d5793ea6af5190420844ea06352f53e251352d99 (diff) | |
download | subsurface-b1f4a2975f7b073927cda4e44af2ee74f9aba0f2.tar.gz |
QML UI: better icon for download from dive computer
Thanks to Davide for paying for professional icon design.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobilecomponents.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 4bc5293f1..267b44515 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -57,7 +57,6 @@ 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 |