mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-03 23:25:28 +02:00
account-migration: fix dialog avatar loading
Broken javascript caused the dialog component to fail. Change-Id: I049f651e2db16749dbdf8f6fe3ee61df05361986 Gitlab: #524
This commit is contained in:
parent
f7ce4b69f6
commit
8e1736fd9e
1 changed files with 1 additions and 4 deletions
|
@ -88,8 +88,6 @@ Window {
|
||||||
accountID = accountsToMigrateListModel.data(accountsToMigrateListModel.index(
|
accountID = accountsToMigrateListModel.data(accountsToMigrateListModel.index(
|
||||||
0, 0), AccountsToMigrateListModel.Account_ID)
|
0, 0), AccountsToMigrateListModel.Account_ID)
|
||||||
|
|
||||||
avatarImg.updateImage(accountID)
|
|
||||||
|
|
||||||
connectionMigrationEnded.enabled = false
|
connectionMigrationEnded.enabled = false
|
||||||
migrationPushButton.enabled = false
|
migrationPushButton.enabled = false
|
||||||
stackedWidget.currentIndex = 0
|
stackedWidget.currentIndex = 0
|
||||||
|
@ -284,11 +282,10 @@ Window {
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
Avatar {
|
Avatar {
|
||||||
id: avatarImg
|
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
showPresenceIndicator: false
|
showPresenceIndicator: false
|
||||||
mode: Avatar.Mode.Account
|
mode: Avatar.Mode.Account
|
||||||
|
imageId: accountID
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue