Merge branch 'master' of github.com:adityapk00/zec-qt-wallet
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user