summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-13 16:42:36 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-13 16:42:36 -0700
commit07512cb2c8ed6e6878ddb29e44219cb5d71eaf59 (patch)
treea762a1262ed1baf5ba9db8fc3a319f2269adc165 /mobile-widgets/qml/main.qml
parent5fa965df54c1ab7f881271e0dad2b6dfa6f253ed (diff)
downloadsubsurface-07512cb2c8ed6e6878ddb29e44219cb5d71eaf59.tar.gz
QML UI: allow entering the cloud PIN on the mobile UI
Now the user doesn't need to do this on the desktop app anymore. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index a855cdaf6..99c8dc27b 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -23,6 +23,8 @@ Kirigami.ApplicationWindow {
property QtObject notification: null
property bool showingDiveList: false
property alias syncToCloud: manager.syncToCloud
+ property alias showPin: manager.showPin
+
onAccessingCloudChanged: {
// >= 0 for updating cloud, -1 for hide, < -1 for local storage
if (accessingCloud >= 0) {