mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 20:06:34 +02:00
corrected path on wallet store after refresh
This commit is contained in:
parent
10d3d3f577
commit
fc2a086aba
5
main.qml
5
main.qml
@ -246,8 +246,9 @@ ApplicationWindow {
|
||||
leftPanel.daemonProgress.updateProgress(dCurrentBlock,dTargetBlock);
|
||||
|
||||
// Store wallet after every refresh.
|
||||
currentWallet.store(persistentSettings.wallet_path)
|
||||
|
||||
currentWallet.store(walletPath())
|
||||
console.log("Saving to "+walletPath());
|
||||
isNewWallet = false
|
||||
|
||||
// initialize transaction history once wallet is initializef first time;
|
||||
if (!walletInitialized) {
|
||||
|
Loading…
Reference in New Issue
Block a user