mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-22 01:30:21 +02:00
don't close async
This commit is contained in:
parent
3d21b1168f
commit
b8f38f29ae
8
main.qml
8
main.qml
@ -244,12 +244,10 @@ ApplicationWindow {
|
|||||||
middlePanel.sweepUnmixableClicked.disconnect(handleSweepUnmixable);
|
middlePanel.sweepUnmixableClicked.disconnect(handleSweepUnmixable);
|
||||||
middlePanel.checkPaymentClicked.disconnect(handleCheckPayment);
|
middlePanel.checkPaymentClicked.disconnect(handleCheckPayment);
|
||||||
}
|
}
|
||||||
|
|
||||||
currentWallet = undefined;
|
currentWallet = undefined;
|
||||||
if (isIOS) {
|
walletManager.closeWallet();
|
||||||
console.log("closing sync - ios")
|
|
||||||
walletManager.closeWallet();
|
|
||||||
} else
|
|
||||||
walletManager.closeWalletAsync();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function connectWallet(wallet) {
|
function connectWallet(wallet) {
|
||||||
|
Loading…
Reference in New Issue
Block a user