working profiler tree

This commit is contained in:
filipriec
2025-03-21 22:20:43 +01:00
parent d55dff8a3e
commit 911dba9bce
5 changed files with 70 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ pub fn render_ui(
);
if let Some(sidebar_rect) = sidebar_area {
sidebar::render_sidebar(f, sidebar_rect, theme);
sidebar::render_sidebar(f, sidebar_rect, theme, &ui_state.profile_tree);
}
render_status_line(f, root[1], current_dir, theme, is_edit_mode);