mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-23 00:03:55 +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
|
inputParaObject["password"] = importFromBackupPage.text_passwordFromBackupEditAlias
|
||||||
showBackUp = false
|
showBackUp = false
|
||||||
showBottom = false
|
showBottom = false
|
||||||
showProfile = true
|
showProfile = false
|
||||||
AccountAdapter.createJamiAccount(
|
AccountAdapter.createJamiAccount(
|
||||||
"", inputParaObject, "", false)
|
"", inputParaObject, "", false)
|
||||||
}
|
}
|
||||||
|
@ -346,7 +346,7 @@ Rectangle {
|
||||||
inputParaObject["archivePin"] = importFromDevicePage.text_pinFromDeviceAlias
|
inputParaObject["archivePin"] = importFromDevicePage.text_pinFromDeviceAlias
|
||||||
inputParaObject["password"] = importFromDevicePage.text_passwordFromDeviceAlias
|
inputParaObject["password"] = importFromDevicePage.text_passwordFromDeviceAlias
|
||||||
|
|
||||||
showProfile = true
|
showProfile = false
|
||||||
showBackUp = false
|
showBackUp = false
|
||||||
showBottom = false
|
showBottom = false
|
||||||
AccountAdapter.createJamiAccount(
|
AccountAdapter.createJamiAccount(
|
||||||
|
|
Loading…
Add table
Reference in a new issue