no embedded zcashd on mac yet

This commit is contained in:
Aditya Kulkarni
2018-11-09 15:29:41 -08:00
parent 93352e3e9d
commit a6c21836f0

View File

@@ -28,6 +28,11 @@ int main(int argc, char *argv[])
Settings::getInstance()->setUseEmbedded(true);
}
// No embedded support on Mac yet.
#if defined(Q_OS_DARWIN)
Settings::getInstance()->setUseEmbedded(false);
#endif
QCoreApplication::setOrganizationName("zec-qt-wallet-org");
QCoreApplication::setApplicationName("zec-qt-wallet");