Skip to content

Commit

Permalink
Make "About" open by default
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 28, 2024
1 parent 2c49667 commit 169854d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/egui_demo_lib/src/demo/demo_app_windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ impl Default for DemoWindows {
fn default() -> Self {
let mut open = BTreeSet::new();

// Explains egui very well
set_open(&mut open, About::default().name(), true);

// Explains egui very well
set_open(
&mut open,
Expand Down

0 comments on commit 169854d

Please sign in to comment.