From 2aa8e7a839bf1df8bd7160fb5694a774e0a04cd9 Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Sat, 18 Jul 2026 18:19:34 -0400 Subject: [PATCH] fix(mcp): register McpSettings + McpOverride - Settings shows MCP Screen --- Tactility/Source/Tactility.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Tactility/Source/Tactility.cpp b/Tactility/Source/Tactility.cpp index 2aa005bf..35d0e33f 100644 --- a/Tactility/Source/Tactility.cpp +++ b/Tactility/Source/Tactility.cpp @@ -153,8 +153,6 @@ namespace app { namespace webserversettings { extern const AppManifest manifest; } namespace mcpoverride { extern const AppManifest manifest; } namespace mcpsettings { extern const AppManifest manifest; } - namespace crashdiagnostics { extern const AppManifest manifest; } - namespace webserversettings { extern const AppManifest manifest; } #if CONFIG_TT_TDECK_WORKAROUND == 1 namespace keyboardsettings { extern const AppManifest manifest; } // T-Deck only for now namespace trackballsettings { extern const AppManifest manifest; } // T-Deck only for now @@ -443,4 +441,4 @@ MainDispatcher getMainDispatcher() { return MainDispatcher(mainDispatcherHandle); } -} // namespace \ No newline at end of file +} // namespace