Merge pull request #666 from LorenDB/qml-all-the-things

Open profile when clicking avatar
This commit is contained in:
DeepBlueV7.X 2021-08-06 02:33:04 +00:00 committed by GitHub
commit 6d83b7c675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -439,6 +439,7 @@ Page {
url: (userInfoGrid.profile ? userInfoGrid.profile.avatarUrl : "").replace("mxc://", "image://MxcImage/")
displayName: userInfoGrid.profile ? userInfoGrid.profile.displayName : ""
userid: userInfoGrid.profile ? userInfoGrid.profile.userid : ""
enabled: false
}
ColumnLayout {