mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 10:27:39 -04:00
Merge pull request #3025
f5c5df7 main: accountsDir runtime configuration support (xiphon)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user