From 9a3e533096d235de50d04b4809e53f3b8903e7c8 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Tue, 28 Feb 2023 16:31:21 +0100 Subject: [PATCH] qml: remove requests button again --- electrum/gui/qml/components/ReceiveDialog.qml | 12 ------------ 1 file changed, 12 deletions(-) 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