aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardOpenWallet1.qml
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-07-28 17:42:59 +0000
committerxiphon <xiphon@protonmail.com>2020-09-28 13:54:02 +0000
commitf5c5df7b677e10c78bddb2defa7b392bfe42696a (patch)
tree6f3a0923cef982f44a43916c3b6ade440cc86994 /wizard/WizardOpenWallet1.qml
parentc137a6ea36040aee20366933935805eff67ae3f8 (diff)
downloadmonzero-gui-f5c5df7b677e10c78bddb2defa7b392bfe42696a.tar.gz
monzero-gui-f5c5df7b677e10c78bddb2defa7b392bfe42696a.tar.xz
monzero-gui-f5c5df7b677e10c78bddb2defa7b392bfe42696a.zip
main: accountsDir runtime configuration support
Diffstat (limited to 'wizard/WizardOpenWallet1.qml')
-rw-r--r--wizard/WizardOpenWallet1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardOpenWallet1.qml b/wizard/WizardOpenWallet1.qml
index 85bc48d7..778542e8 100644
--- a/wizard/WizardOpenWallet1.qml
+++ b/wizard/WizardOpenWallet1.qml
@@ -294,7 +294,7 @@ Rectangle {
function onPageCompleted(previousView){
if(previousView.viewName == "wizardHome"){
- walletKeysFilesModel.refresh(moneroAccountsDir);
+ walletKeysFilesModel.refresh(appWindow.accountsDir);
wizardOpenWallet1.walletCount = walletKeysFilesModel.rowCount();
flow._height = flow.calcHeight();
}