1
0

qml: remove requests button again

This commit is contained in:
Sander van Grieken
2023-02-28 16:31:21 +01:00
parent e91c45e611
commit 9a3e533096

View File

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