mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
Don't send path as argument on wallet store (windows fix)
This commit is contained in:
parent
9cc3dee472
commit
0691b483b7
5
main.qml
5
main.qml
@ -246,8 +246,9 @@ ApplicationWindow {
|
||||
leftPanel.daemonProgress.updateProgress(dCurrentBlock,dTargetBlock);
|
||||
|
||||
// Store wallet after every refresh.
|
||||
currentWallet.store(walletPath())
|
||||
console.log("Saving to "+walletPath());
|
||||
//TODO: Doesn't need path after creation. Change libwalletqt
|
||||
currentWallet.store("")
|
||||
console.log("Saving wallet");
|
||||
isNewWallet = false
|
||||
|
||||
// initialize transaction history once wallet is initializef first time;
|
||||
|
Loading…
Reference in New Issue
Block a user