fix(mcp): register McpSettings + McpOverride - Settings shows MCP Screen

This commit is contained in:
Adolfo Reyna
2026-07-18 18:19:34 -04:00
parent 9993bccdd3
commit 2aa8e7a839
+1 -3
View File
@@ -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
} // namespace