disabled registering of the native messaging host if in debug mode
This commit is contained in:
@@ -90,7 +90,13 @@ void Application::initialize()
|
|||||||
this->settings->initialize();
|
this->settings->initialize();
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
|
#ifdef QT_DEBUG
|
||||||
|
#ifdef C_DEBUG_NM
|
||||||
this->nativeMessaging->registerHost();
|
this->nativeMessaging->registerHost();
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
|
this->nativeMessaging->registerHost();
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
this->settings->load();
|
this->settings->load();
|
||||||
|
|||||||
Reference in New Issue
Block a user