Allow labels on recieve tab

This commit is contained in:
adityapk00
2018-11-21 17:56:48 -08:00
parent 44d26ddab7
commit 2c2eeca758
5 changed files with 147 additions and 16 deletions

View File

@@ -322,7 +322,7 @@ bool ConnectionLoader::startEmbeddedZcashd() {
#elif defined(Q_OS_DARWIN)
ezcashd->start(zcashdProgram);
#else
ezcashd->setWorkingDirectory(fi.dir().absolutePath());
ezcashd->setWorkingDirectory(appPath.absolutePath());
ezcashd->start("zcashd.exe");
#endif // Q_OS_LINUX