aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Evanoff <55565574+benevanoff@users.noreply.github.com>2021-01-02 14:34:59 -0600
committerGitHub <noreply@github.com>2021-01-02 14:34:59 -0600
commit7c32fe6b5c84c952dd4d82e35f681bb5dc7bebc5 (patch)
tree00c363592124de14a63e58ccd05d441326b6a53a
parentfed00a5662dcbc77c928a06778d7c9001e7d90f9 (diff)
downloadmonzero-gui-7c32fe6b5c84c952dd4d82e35f681bb5dc7bebc5.tar.gz
monzero-gui-7c32fe6b5c84c952dd4d82e35f681bb5dc7bebc5.tar.xz
monzero-gui-7c32fe6b5c84c952dd4d82e35f681bb5dc7bebc5.zip
remove copy qr uri to clipboard button
-rw-r--r--pages/Receive.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pages/Receive.qml b/pages/Receive.qml
index a1fd4bd4..a3d997d4 100644
--- a/pages/Receive.qml
+++ b/pages/Receive.qml
@@ -302,18 +302,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