mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
fix(@desktop/settings): copy correct chat key in profile view
fixes: #5361
This commit is contained in:
parent
06fc0336c6
commit
6dec2eaaf1
@ -137,7 +137,7 @@ ColumnLayout {
|
||||
tooltip.text: qsTr("Copy to clipboard")
|
||||
icon.name: "copy"
|
||||
iconButton.onClicked: {
|
||||
root.profileStore.copyToClipboard(root.profileStore.pubkey)
|
||||
root.profileStore.copyToClipboard(subTitle)
|
||||
tooltip.visible = !tooltip.visible
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user