diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-29 12:09:48 +0200 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-10-29 12:09:48 +0200 |
| commit | a3c6c40832c259c7ec9ca6cfc406eea81b874bc7 (patch) | |
| tree | 7905243bea4b2934657b8c057668d20d3b8d417d | |
| parent | a34efeddcf12287ab7b4122983f502303dbe2288 (diff) | |
| download | monzero-gui-a3c6c40832c259c7ec9ca6cfc406eea81b874bc7.tar.gz monzero-gui-a3c6c40832c259c7ec9ca6cfc406eea81b874bc7.tar.xz monzero-gui-a3c6c40832c259c7ec9ca6cfc406eea81b874bc7.zip | |
change default wallet path + remove auto create path on startup
| -rw-r--r-- | main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -116,9 +116,7 @@ int main(int argc, char *argv[]) #endif if (!moneroAccountsRootDir.empty()) { - QString moneroAccountsDir = moneroAccountsRootDir.at(0) + "/Monero Accounts"; - QDir tempDir; - tempDir.mkpath(moneroAccountsDir); + QString moneroAccountsDir = moneroAccountsRootDir.at(0) + "/monero/wallets"; engine.rootContext()->setContextProperty("moneroAccountsDir", moneroAccountsDir); } |
