diff --git a/pages/Receive.qml b/pages/Receive.qml index a1fd4bd4..a3d997d4 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -299,18 +299,6 @@ Rectangle { onClicked: qrFileDialog.open() } - MoneroComponents.StandardButton { - Layout.preferredWidth: 220 - small: true - text: FontAwesome.clipboard + " %1".arg(qsTr("Copy to clipboard")) + translationManager.emptyString - label.font.family: FontAwesome.fontFamily - fontSize: 13 - onClicked: { - clipboard.setText(TxUtils.makeQRCodeString(appWindow.current_address)); - appWindow.showStatusMessage(qsTr("Copied to clipboard") + translationManager.emptyString, 3); - } - } - MoneroComponents.StandardButton { Layout.preferredWidth: 220 small: true