URI Handling for zcash

This commit is contained in:
Aditya Kulkarni
2019-03-18 16:31:21 -07:00
parent eee1e4aebf
commit 0970ac5aec
3 changed files with 18 additions and 0 deletions

View File

@@ -243,6 +243,9 @@ public:
});
#endif
// For MacOS, we have an event filter
a.installEventFilter(w);
// Check if starting headless
if (parser.isSet(headlessOption)) {
Settings::getInstance()->setHeadless(true);