forked from Public/monero-gui
remove PR #111 dependency
This commit is contained in:
6
main.qml
6
main.qml
@@ -149,8 +149,10 @@ ApplicationWindow {
|
|||||||
|
|
||||||
// disconnect handlers before connecting
|
// disconnect handlers before connecting
|
||||||
middlePanel.paymentClicked.disconnect(handlePayment);
|
middlePanel.paymentClicked.disconnect(handlePayment);
|
||||||
middlePanel.checkPaymentClicked.disconnect(handleCheckPayment);
|
// TODO: remove if statement when PR #111 is merged
|
||||||
|
if(typeof(handleCheckPayment) !== "undefined") {
|
||||||
|
middlePanel.checkPaymentClicked.disconnect(handleCheckPayment);
|
||||||
|
}
|
||||||
middlePanel.paymentClicked.connect(handlePayment);
|
middlePanel.paymentClicked.connect(handlePayment);
|
||||||
// basicPanel.paymentClicked.connect(handlePayment);
|
// basicPanel.paymentClicked.connect(handlePayment);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user