fix: fix community image display in the header

This commit is contained in:
Jonathan Rainville 2021-02-17 11:47:12 -05:00 committed by Iuri Matias
parent 64d38b6049
commit 75a0818d41
1 changed files with 2 additions and 3 deletions

View File

@ -21,8 +21,7 @@ Button {
id: communityImage
width: 40
height: 40
// TODO get the real image once it's available
source: "../../../img/ens-header-dark@2x.png"
source: chatsModel.communities.activeCommunity.thumbnailImage
anchors.verticalCenter: parent.verticalCenter
}
@ -62,4 +61,4 @@ Button {
btnBackground.color = Style.current.backgroundHover
}
}
}
}