diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-21 05:21:56 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-22 11:59:15 -0700 |
commit | 34628f8e6d2156d7eae9bfbb64d5b43ca58e1a34 (patch) | |
tree | 0993f7d0f4e4fb4aa5ebe6558bd6e2803432b6d1 /mobile-widgets/qml/mobile-resources.qrc | |
parent | be30724ba0eeaba214c099921579f2023d2a9a7a (diff) | |
download | subsurface-34628f8e6d2156d7eae9bfbb64d5b43ca58e1a34.tar.gz |
QML UI: add option to disable cloud to start screen
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index a02896c59..4fe82a66a 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -21,6 +21,7 @@ <file alias="context-menu.png">icons/context-menu.png</file> <file alias="menu-edit.png">icons/menu-edit.png</file> <file alias="menu-back.png">icons/menu-back.png</file> + <file alias="nocloud.svg">icons/nocloud.svg</file> </qresource> <qresource prefix="/imports"> <file alias="org/kde/kirigami/qmldir">kirigami/qmldir</file> |