enabled browser extension

This commit is contained in:
fourtf
2019-08-19 23:13:20 +02:00
parent bb015b435c
commit e07d11e9a3
+1 -6
View File
@@ -113,12 +113,7 @@ void Application::save()
void Application::initNm(Paths &paths) void Application::initNm(Paths &paths)
{ {
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
# ifdef QT_DEBUG # if defined QT_NO_DEBUG || defined C_DEBUG_NM
# ifdef C_DEBUG_NM
registerNmHost(paths);
this->nmServer.start();
# endif
# else
registerNmHost(paths); registerNmHost(paths);
this->nmServer.start(); this->nmServer.start();
# endif # endif