Skip to content

Commit c78e834

Browse files
authored
Show the root entity "/" in the streams panel (#8142)
1 parent 17d450a commit c78e834

File tree

1 file changed

+1
-1
lines changed
  • crates/viewer/re_time_panel/src

1 file changed

+1
-1
lines changed

crates/viewer/re_time_panel/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ impl TimePanel {
548548
}
549549

550550
// Show "/" on top?
551-
let show_root = false;
551+
let show_root = true;
552552

553553
if show_root {
554554
self.show_tree(

0 commit comments

Comments
 (0)