Merge pull request #798 from LorenDB/fixRRDialog

Fix clicking on avatar
This commit is contained in:
DeepBlueV7.X 2021-11-09 03:30:24 +01:00 committed by GitHub
commit add5dfce7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ ApplicationWindow {
userid: model.mxid
url: model.avatarUrl.replace("mxc://", "image://MxcImage/")
displayName: model.displayName
enabled: false
}
ColumnLayout {