parent
46211c38ee
commit
b43b073f5f
|
@ -55,7 +55,6 @@ Column {
|
|||
icon.name: "copy"
|
||||
iconButton.onClicked: {
|
||||
let link = `${Constants.communityLinkPrefix}${root.community.id}`
|
||||
//chatsModel.copyToClipboard(link)
|
||||
root.copyToClipboard(link);
|
||||
tooltip.visible = !tooltip.visible
|
||||
}
|
||||
|
|
|
@ -99,8 +99,7 @@ QtObject {
|
|||
}
|
||||
|
||||
function copyToClipboard(text) {
|
||||
// Not Refactored Yet
|
||||
// chatsModelInst.copyToClipboard(text);
|
||||
globalUtils.copyToClipboard(text)
|
||||
}
|
||||
|
||||
function deleteMessage(messageId) {
|
||||
|
|
Loading…
Reference in New Issue