From 97957ea5e726cfc38dc4c0a9dd5a545662cf7669 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Mon, 11 May 2026 16:29:04 +0200 Subject: [PATCH] feat(kotlin-compose): design system + 33 components + gallery_kt + e2e android emulator + scaffolder fixes Co-Authored-By: Claude Opus 4.7 (1M context) --- main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.cpp b/main.cpp index 599b04e..0e34b5f 100644 --- a/main.cpp +++ b/main.cpp @@ -45,12 +45,6 @@ static void init_data() { void render() { init_data(); - // MainMenuBar (solo Settings — chart_demo no tiene paneles toggleables) - fn_ui::app_menubar(nullptr, 0, nullptr); - - // Full-window dockspace - ImGui::DockSpaceOverViewport(0, ImGui::GetMainViewport()); - if (ImGui::Begin("fn_registry — Chart Demo")) { if (ImGui::BeginTabBar("##charts")) { if (ImGui::BeginTabItem("Line Plot")) {