diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-10-04 17:38:14 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-10-04 17:38:14 -0500 |
| commit | cdfe9f338fdf46b301fd6eb627b13109fca561ff (patch) | |
| tree | 1c961643ffede90c03d962da8efb638d591bbbc4 /wizard/WizardOpenWallet1.qml | |
| parent | adb04cef71c0b0a7dbb53e120ccaa5c661dfa8fd (diff) | |
| parent | f5c5df7b677e10c78bddb2defa7b392bfe42696a (diff) | |
| download | monzero-gui-cdfe9f338fdf46b301fd6eb627b13109fca561ff.tar.gz monzero-gui-cdfe9f338fdf46b301fd6eb627b13109fca561ff.tar.xz monzero-gui-cdfe9f338fdf46b301fd6eb627b13109fca561ff.zip | |
Merge pull request #3025
f5c5df7 main: accountsDir runtime configuration support (xiphon)
Diffstat (limited to 'wizard/WizardOpenWallet1.qml')
| -rw-r--r-- | wizard/WizardOpenWallet1.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardOpenWallet1.qml b/wizard/WizardOpenWallet1.qml index 9385b88b..5aedb350 100644 --- a/wizard/WizardOpenWallet1.qml +++ b/wizard/WizardOpenWallet1.qml @@ -299,7 +299,7 @@ Rectangle { function onPageCompleted(previousView){ if(previousView.viewName == "wizardHome"){ - walletKeysFilesModel.refresh(moneroAccountsDir); + walletKeysFilesModel.refresh(appWindow.accountsDir); wizardOpenWallet1.walletCount = walletKeysFilesModel.rowCount(); flow._height = flow.calcHeight(); } |
