mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <jani@apache.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4b713ece96
commit
ac28896a5d
4 changed files with 12 additions and 17 deletions
|
@ -58,7 +58,7 @@ Item {
|
|||
|
||||
Controls.TextField {
|
||||
id: login
|
||||
text: prefs.cloudUserName
|
||||
text: PrefCloudStorage.cloud_storage_email
|
||||
visible: !prefs.showPin
|
||||
Layout.fillWidth: true
|
||||
inputMethodHints: Qt.ImhEmailCharactersOnly |
|
||||
|
@ -101,7 +101,7 @@ Item {
|
|||
visible: prefs.showPin
|
||||
SsrfButton {
|
||||
id: registerpin
|
||||
text: qsTr("Register")
|
||||
text: qsTr("Register")
|
||||
onClicked: {
|
||||
saveCredentials()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue