remove copy qr uri to clipboard button

This commit is contained in:
Ben Evanoff 2021-01-02 14:34:59 -06:00 committed by GitHub
parent fed00a5662
commit 7c32fe6b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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