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
commit 3f4de99be4
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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