Merge pull request #666 from LorenDB/qml-all-the-things
Open profile when clicking avatar
This commit is contained in:
commit
6d83b7c675
@ -439,6 +439,7 @@ Page {
|
|||||||
url: (userInfoGrid.profile ? userInfoGrid.profile.avatarUrl : "").replace("mxc://", "image://MxcImage/")
|
url: (userInfoGrid.profile ? userInfoGrid.profile.avatarUrl : "").replace("mxc://", "image://MxcImage/")
|
||||||
displayName: userInfoGrid.profile ? userInfoGrid.profile.displayName : ""
|
displayName: userInfoGrid.profile ? userInfoGrid.profile.displayName : ""
|
||||||
userid: userInfoGrid.profile ? userInfoGrid.profile.userid : ""
|
userid: userInfoGrid.profile ? userInfoGrid.profile.userid : ""
|
||||||
|
enabled: false
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
Loading…
Reference in New Issue
Block a user