mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
parent
aefa7d8e26
commit
ada9501fb9
@ -38,7 +38,6 @@ Column {
|
||||
//% "Share community"
|
||||
title: qsTrId("share-community")
|
||||
subTitle: `${Constants.communityLinkPrefix}${root.community && root.community.id.substring(0, 4)}...${root.community && root.community.id.substring(root.community.id.length -2)}`
|
||||
//% "Copy to clipboard"
|
||||
tooltip.text: qsTr("Copied!")
|
||||
icon.name: "copy"
|
||||
iconButton.onClicked: {
|
||||
|
@ -50,7 +50,6 @@ Column {
|
||||
//% "Share community"
|
||||
title: qsTrId("share-community")
|
||||
subTitle: `${Constants.communityLinkPrefix}${root.community.id.substring(0, 4)}...${root.community.id.substring(root.community.id.length -2)}`
|
||||
//% "Copy to clipboard"
|
||||
tooltip.text: qsTr("Copied!")
|
||||
icon.name: "copy"
|
||||
iconButton.onClicked: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user