enabled browser extension

This commit is contained in:
fourtf 2019-08-19 23:13:20 +02:00
parent bb015b435c
commit e07d11e9a3

View file

@ -113,12 +113,7 @@ void Application::save()
void Application::initNm(Paths &paths)
{
#ifdef Q_OS_WIN
# ifdef QT_DEBUG
# ifdef C_DEBUG_NM
registerNmHost(paths);
this->nmServer.start();
# endif
# else
# if defined QT_NO_DEBUG || defined C_DEBUG_NM
registerNmHost(paths);
this->nmServer.start();
# endif