diff options
| -rw-r--r-- | main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ ApplicationWindow { // basicPanel.paymentClicked.connect(handlePayment); // currentWallet is defined on daemon address change - close/reopen + // TODO: strict comparison here (!==) causes crash after passwordDialog on previously crashed unsynced wallets if (currentWallet != undefined) { console.log("closing currentWallet") walletManager.closeWallet(currentWallet); |
