Merge pull request #3289

7c32fe6 remove copy qr uri to clipboard button (Ben Evanoff)
This commit is contained in:
luigi1111
2021-01-20 22:39:43 -05:00

View File

@@ -298,18 +298,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