Merge branch 'master' of github.com:adityapk00/zec-qt-wallet

This commit is contained in:
Aditya Kulkarni
2019-03-18 20:40:56 -07:00
3 changed files with 18 additions and 0 deletions

View File

@@ -233,6 +233,9 @@ public:
QTimer::singleShot(1, [=]() { w->payZcashURI(uri); });
});
// For MacOS, we have an event filter
a.installEventFilter(w);
// Check if starting headless
if (parser.isSet(headlessOption)) {
Settings::getInstance()->setHeadless(true);