1
0
Fork 0
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:
Sébastien Blin 2021-07-06 16:34:29 -04:00
parent d10e519d4e
commit 488d735dfd

View file

@ -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(