diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-22 08:52:33 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-22 09:05:43 -0700 |
commit | b1f7e3eae2e143a54134577abcadb245e06daa01 (patch) | |
tree | 20e50148ff68213789d484c6ae8045956bd20214 /scripts | |
parent | fc8068c57446d6db54e8f32215d6aee6f295e28f (diff) | |
download | subsurface-b1f7e3eae2e143a54134577abcadb245e06daa01.tar.gz |
QML UI: add missing go-up icon
Now the 'Reachability' feature should be more obvious.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-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 2583c43a4..cc6cc68f8 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -59,6 +59,7 @@ cp $BREEZE/icons/actions/24/document-edit.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 +cp $BREEZE/icons/actions/24/go-up.svg $MC/icons cp $BREEZE/icons/actions/16/view-readermode.svg $MC/icons cp $BREEZE/icons/actions/24/application-menu.svg $MC/icons cp $BREEZE/icons/actions/22/gps.svg $MC/icons |