Skip to content

Commit 3fa358e

Browse files
committed
update demo copy
1 parent cc93ffc commit 3fa358e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/demo/src/apps/default_expand.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ impl Show for DefaultExpandExample {
5050
}
5151

5252
fn show(&mut self, ui: &mut Ui) {
53-
ui.hyperlink_to("Source", "TODO");
54-
ui.label("TODO");
53+
ui.hyperlink_to("Source", "https://github.com/dmackdev/egui_json_tree/blob/master/examples/demo/src/apps/default_expand.rs");
54+
ui.label("A showcase of the different options to configure how the tree expands arrays and objects by default.");
5555
ui.add_space(10.0);
5656

5757
if ui

0 commit comments

Comments
 (0)