feat: support /watching on all platforms (#6031)

This commit is contained in:
nerix
2025-03-08 14:37:25 +01:00
committed by GitHub
parent 77c4d858f9
commit 9913c6ffd7
4 changed files with 95 additions and 42 deletions
+1 -3
View File
@@ -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
}