mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Capitalized Monero in default path
This commit is contained in:
parent
6b7adbce1b
commit
1218bf322c
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -116,7 +116,7 @@ int main(int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
if (!moneroAccountsRootDir.empty()) {
|
||||
QString moneroAccountsDir = moneroAccountsRootDir.at(0) + "/monero/wallets";
|
||||
QString moneroAccountsDir = moneroAccountsRootDir.at(0) + "/Monero/wallets";
|
||||
engine.rootContext()->setContextProperty("moneroAccountsDir", moneroAccountsDir);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue