1
0
Fork 0
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:
Andreas Traczyk 2021-09-14 15:25:15 -04:00
parent f7ce4b69f6
commit 8e1736fd9e

View file

@ -88,8 +88,6 @@ Window {
accountID = accountsToMigrateListModel.data(accountsToMigrateListModel.index(
0, 0), AccountsToMigrateListModel.Account_ID)
avatarImg.updateImage(accountID)
connectionMigrationEnded.enabled = false
migrationPushButton.enabled = false
stackedWidget.currentIndex = 0
@ -284,11 +282,10 @@ Window {
color: "transparent"
Avatar {
id: avatarImg
anchors.fill: parent
showPresenceIndicator: false
mode: Avatar.Mode.Account
imageId: accountID
}
}
}