From ac28896a5d448a918843b4dc34afdf3e1e35e245 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 20 Dec 2019 16:35:12 +0100 Subject: mobile UI/login: replace use of cloudUserName Replace prefs.cloudUserName with PrefCloudStorage.cloud_storage_email in QML Replace QMLPrefs.....cloudUserName with PrefCloudStorage::cloud_storage_email in C++ Signed-off-by: Jan Iversen Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/StartPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml/StartPage.qml') diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml index 9c5e1a22c..5b6a82bb0 100644 --- a/mobile-widgets/qml/StartPage.qml +++ b/mobile-widgets/qml/StartPage.qml @@ -50,7 +50,7 @@ Kirigami.ScrollablePage { "If you do not receive an email from us within 15 minutes, please check " + "the correct spelling of your email address and your spam box first.

" + "In case of any problems regarding cloud account setup, please contact us " + - "at our user forum \(https://subsurface-divelog.org/user-forum/\).

").arg(prefs.cloudUserName) + "at our user forum \(https://subsurface-divelog.org/user-forum/\).

").arg(PrefCloudStorage.cloud_storage_email) wrapMode: Text.WordWrap } Item { width: Kirigami.Units.gridUnit; height: 3 * Kirigami.Units.gridUnit} -- cgit v1.2.3-70-g09d2