no embedded zcashd on mac yet
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user