qml: remove requests button again
This commit is contained in:
@@ -235,18 +235,6 @@ ElDialog {
|
|||||||
id: buttons
|
id: buttons
|
||||||
Layout.fillWidth: true
|
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 {
|
FlatButton {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: 1
|
Layout.preferredWidth: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user