diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-05 22:25:42 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-05 22:25:42 -0700 |
commit | 49101b9f04a5654e1bae98f0972ddb9a1196eef2 (patch) | |
tree | c08500fcc6bb4d262af87411fc619eb78010b23a /scripts | |
parent | deff17fa36d991b3447a5fde631b10887036e965 (diff) | |
download | subsurface-49101b9f04a5654e1bae98f0972ddb9a1196eef2.tar.gz |
QML UIL: go back to older Kirigami
This brings back correct theming.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobilecomponents.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 04f2a2c6b..9c2167e11 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then git checkout master git pull origin master # if we want to pin a specific Kirigami version, we can do this here - # git checkout v2.2.0 + git checkout 23ca2077027b214189ba72ca8dab1590a163c955 popd fi if [ ! -d breeze-icons ] ; then |