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

Open profile when clicking avatar
pull/669/head
DeepBlueV7.X 3 years ago committed by GitHub
commit 6d83b7c675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      resources/qml/RoomList.qml

@ -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 {

Loading…
Cancel
Save