Disable debug view by default in `tour` example
This commit is contained in:
parent
d53e1bb00b
commit
93093fa023
|
@ -29,7 +29,7 @@ impl Application for Tour {
|
||||||
scroll: scrollable::State::new(),
|
scroll: scrollable::State::new(),
|
||||||
back_button: button::State::new(),
|
back_button: button::State::new(),
|
||||||
next_button: button::State::new(),
|
next_button: button::State::new(),
|
||||||
debug: true,
|
debug: false,
|
||||||
},
|
},
|
||||||
Command::none(),
|
Command::none(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue