fix(desktop/chat): Remove unused comments

Issue #3520
This commit is contained in:
Michal Iskierko 2022-03-07 17:39:52 +01:00 committed by Iuri Matias
parent aefa7d8e26
commit ada9501fb9
2 changed files with 0 additions and 2 deletions

View File

@ -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: {

View File

@ -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: {