mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
disabled registering of the native messaging host if in debug mode
This commit is contained in:
parent
e534bdfeca
commit
a5b48d713a
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue