mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
change default wallet path + remove auto create path on startup
This commit is contained in:
parent
a34efeddcf
commit
a3c6c40832
1 changed files with 1 additions and 3 deletions
4
main.cpp
4
main.cpp
|
@ -116,9 +116,7 @@ int main(int argc, char *argv[])
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!moneroAccountsRootDir.empty()) {
|
if (!moneroAccountsRootDir.empty()) {
|
||||||
QString moneroAccountsDir = moneroAccountsRootDir.at(0) + "/Monero Accounts";
|
QString moneroAccountsDir = moneroAccountsRootDir.at(0) + "/monero/wallets";
|
||||||
QDir tempDir;
|
|
||||||
tempDir.mkpath(moneroAccountsDir);
|
|
||||||
engine.rootContext()->setContextProperty("moneroAccountsDir", moneroAccountsDir);
|
engine.rootContext()->setContextProperty("moneroAccountsDir", moneroAccountsDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue