diff --git a/src/main.cpp b/src/main.cpp index 76fcd14..b8b7b0a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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");