mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 02:21:17 +00:00
UserImage: unused param pubKey removed
This commit is contained in:
parent
e95202ab61
commit
8fac4bf5de
@ -205,7 +205,6 @@ Rectangle {
|
||||
imageHeight: 32
|
||||
|
||||
name: model.name
|
||||
pubkey: model.publicKey
|
||||
colorHash: model.colorHash
|
||||
colorId: model.colorId
|
||||
image: model.icon
|
||||
|
@ -76,7 +76,6 @@ CalloutCard {
|
||||
imageHeight: imageWidth
|
||||
ensVerified: root.userData.ensVerified
|
||||
name: root.userData.name
|
||||
pubkey: root.userData.publicKey
|
||||
image: root.userData.image
|
||||
colorId: Utils.colorIdForPubkey(root.userData.publicKey)
|
||||
colorHash: Utils.getColorHashAsJson(root.userData.publicKey)
|
||||
|
@ -120,7 +120,6 @@ Item {
|
||||
|
||||
objectName: "ProfileHeader_userImage"
|
||||
name: root.displayName
|
||||
pubkey: root.pubkey
|
||||
colorHash: root.colorHash
|
||||
colorId: root.colorId
|
||||
image: root.previewIcon
|
||||
|
@ -15,7 +15,6 @@ Loader {
|
||||
property int imageWidth: 44
|
||||
|
||||
property string name
|
||||
property string pubkey
|
||||
property string image
|
||||
property bool showRing: !ensVerified && !root.isBridgedAccount
|
||||
property bool interactive: true
|
||||
|
@ -47,7 +47,6 @@ StatusDialog {
|
||||
|
||||
UserImage {
|
||||
name: root.mainDisplayName
|
||||
pubkey: root.publicKey
|
||||
colorHash: contactDetails.colorHash
|
||||
colorId: contactDetails.colorId
|
||||
image: Utils.addTimestampToURL(contactDetails.largeImage)
|
||||
|
@ -227,7 +227,6 @@ Pane {
|
||||
objectName: "ProfileDialog_userImage"
|
||||
name: root.dirty ? root.dirtyValues.displayName
|
||||
: d.mainDisplayName
|
||||
pubkey: root.publicKey
|
||||
image: root.dirty ? root.dirtyValues.profileLargeImage
|
||||
: Utils.addTimestampToURL(contactDetails.largeImage)
|
||||
colorId: contactDetails.colorId
|
||||
|
@ -61,7 +61,6 @@ StatusDialog {
|
||||
anchors.centerIn: parent
|
||||
|
||||
name: root.displayName
|
||||
pubkey: root.publicKey
|
||||
image: root.largeImage
|
||||
colorId: root.colorId
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user