mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-14 12:35:23 +02:00
wizardview: do not show profile page for imported account
as the avatar and alias will come from other connected devices and from the archive too. Change-Id: Ia3cbb91d4802c4119538c709a2432e45d396624c
This commit is contained in:
parent
d10e519d4e
commit
488d735dfd
1 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ Rectangle {
|
|||
inputParaObject["password"] = importFromBackupPage.text_passwordFromBackupEditAlias
|
||||
showBackUp = false
|
||||
showBottom = false
|
||||
showProfile = true
|
||||
showProfile = false
|
||||
AccountAdapter.createJamiAccount(
|
||||
"", inputParaObject, "", false)
|
||||
}
|
||||
|
@ -346,7 +346,7 @@ Rectangle {
|
|||
inputParaObject["archivePin"] = importFromDevicePage.text_pinFromDeviceAlias
|
||||
inputParaObject["password"] = importFromDevicePage.text_passwordFromDeviceAlias
|
||||
|
||||
showProfile = true
|
||||
showProfile = false
|
||||
showBackUp = false
|
||||
showBottom = false
|
||||
AccountAdapter.createJamiAccount(
|
||||
|
|
Loading…
Add table
Reference in a new issue