From e07d11e9a3bfb1f8c69b68bb27c78df095c7c1d4 Mon Sep 17 00:00:00 2001 From: fourtf Date: Mon, 19 Aug 2019 23:13:20 +0200 Subject: [PATCH] enabled browser extension --- src/Application.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Application.cpp b/src/Application.cpp index 42067d9bd..0a374fbc7 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -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