mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Open profile when clicking avatar
This commit is contained in:
parent
619525e62f
commit
f7d1d1b941
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue