From 93093fa0236f3b9bdb048eee32e8d6f347c44794 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 20 Nov 2019 06:18:22 +0100 Subject: Disable debug view by default in `tour` example --- examples/tour.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), ) -- cgit