feat: support /watching on all platforms (#6031)
This commit is contained in:
+1
-3
@@ -607,11 +607,9 @@ void Application::initNm(const Paths &paths)
|
||||
{
|
||||
(void)paths;
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
# if defined QT_NO_DEBUG || defined CHATTERINO_DEBUG_NM
|
||||
#if defined QT_NO_DEBUG || defined CHATTERINO_DEBUG_NM
|
||||
registerNmHost(paths);
|
||||
this->nmServer.start();
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user