diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tour.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour.rs b/examples/tour.rs index 6d7a080f..f5bb84d1 100644 --- a/examples/tour.rs +++ b/examples/tour.rs @@ -29,7 +29,7 @@ impl Application for Tour { scroll: scrollable::State::new(), back_button: button::State::new(), next_button: button::State::new(), - debug: true, + debug: false, }, Command::none(), ) |