mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 00:53:50 +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.checkPaymentClicked.disconnect(handleCheckPayment);
|
||||
}
|
||||
|
||||
currentWallet = undefined;
|
||||
if (isIOS) {
|
||||
console.log("closing sync - ios")
|
||||
walletManager.closeWallet();
|
||||
} else
|
||||
walletManager.closeWalletAsync();
|
||||
walletManager.closeWallet();
|
||||
|
||||
}
|
||||
|
||||
function connectWallet(wallet) {
|
||||
|
Loading…
Reference in New Issue
Block a user