disabled registering of the native messaging host if in debug mode

This commit is contained in:
fourtf 2018-06-22 11:33:01 +02:00
parent e534bdfeca
commit a5b48d713a

View file

@ -90,7 +90,13 @@ void Application::initialize()
this->settings->initialize();
#ifdef Q_OS_WIN
#ifdef QT_DEBUG
#ifdef C_DEBUG_NM
this->nativeMessaging->registerHost();
#endif
#else
this->nativeMessaging->registerHost();
#endif
#endif
this->settings->load();