Merge pull request #3025

f5c5df7 main: accountsDir runtime configuration support (xiphon)
This commit is contained in:
luigi1111
2020-10-04 17:38:14 -05:00
8 changed files with 17 additions and 16 deletions

View File

@@ -1709,7 +1709,7 @@ Rectangle {
informationPopup.open();
}
Component.onCompleted: {
var _folder = 'file://' + moneroAccountsDir;
var _folder = 'file://' + appWindow.accountsDir;
try {
_folder = 'file://' + desktopFolder;
}