forked from Public/monero-gui
BasicPanel: embedding/reusing "Transfer" page
This commit is contained in:
4
main.qml
4
main.qml
@@ -133,6 +133,7 @@ ApplicationWindow {
|
||||
}
|
||||
|
||||
middlePanel.paymentClicked.connect(handlePayment);
|
||||
basicPanel.paymentClicked.connect(handlePayment);
|
||||
|
||||
|
||||
if (typeof wizard.settings['wallet'] !== 'undefined') {
|
||||
@@ -397,6 +398,9 @@ ApplicationWindow {
|
||||
id: basicPanel
|
||||
x: 0
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
visible: false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user