mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
corrected path on wallet store after refresh
This commit is contained in:
parent
10d3d3f577
commit
fc2a086aba
1 changed files with 3 additions and 2 deletions
5
main.qml
5
main.qml
|
@ -246,8 +246,9 @@ ApplicationWindow {
|
||||||
leftPanel.daemonProgress.updateProgress(dCurrentBlock,dTargetBlock);
|
leftPanel.daemonProgress.updateProgress(dCurrentBlock,dTargetBlock);
|
||||||
|
|
||||||
// Store wallet after every refresh.
|
// 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;
|
// initialize transaction history once wallet is initializef first time;
|
||||||
if (!walletInitialized) {
|
if (!walletInitialized) {
|
||||||
|
|
Loading…
Reference in a new issue