Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Sep 5, 2023
1 parent 0ddd66c commit 429d8be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/re_viewer/src/ui/welcome_screen/welcome_page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ fn onboarding_content_ui(
ui: &mut Ui,
command_sender: &re_viewer_context::CommandSender,
) -> bool {
// The panel data is stored in this ad hoc structure such that it can easily be iterated over
// in chunks, to make the layout grid code simpler.
let panels = [
WelcomePagePanel {
title: "Connect to live data",
Expand Down

0 comments on commit 429d8be

Please sign in to comment.