Skip to content
Snippets Groups Projects
Commit f7d1d1b9 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Open profile when clicking avatar

parent 619525e6
No related branches found
No related tags found
No related merge requests found
Pipeline #1526 failed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment