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…
Reference in New Issue