diff options
| -rw-r--r-- | pages/Receive.qml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pages/Receive.qml b/pages/Receive.qml index 7e2e2215..7810859c 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -301,18 +301,6 @@ Rectangle { 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 text: FontAwesome.eye + " %1".arg(qsTr("Show on device")) + translationManager.emptyString label.font.family: FontAwesome.fontFamily fontSize: 13 |
