diff --git a/electrum/gui/qml/components/ReceiveDialog.qml b/electrum/gui/qml/components/ReceiveDialog.qml index 3d84dac6e..290f89533 100644 --- a/electrum/gui/qml/components/ReceiveDialog.qml +++ b/electrum/gui/qml/components/ReceiveDialog.qml @@ -235,18 +235,6 @@ ElDialog { id: buttons Layout.fillWidth: true - FlatButton { - Layout.fillWidth: true - Layout.preferredWidth: 1 - - icon.source: '../../icons/tab_receive.png' - text: qsTr('Requests') - onClicked: { - dialog.close() - if (app.stack.currentItem.objectName != 'ReceiveRequests') - app.stack.push(Qt.resolvedUrl('ReceiveRequests.qml')) - } - } FlatButton { Layout.fillWidth: true Layout.preferredWidth: 1