mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 13:47:25 -04:00
corrected path on wallet store after refresh
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user