Skip to content

Commit

Permalink
Show the root entity "/" in the streams panel (#8142)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Nov 14, 2024
1 parent 17d450a commit c78e834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_time_panel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ impl TimePanel {
}

// Show "/" on top?
let show_root = false;
let show_root = true;

if show_root {
self.show_tree(
Expand Down

0 comments on commit c78e834

Please sign in to comment.