mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 18:17:25 -04:00
main: accountsDir runtime configuration support
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user