Disable debug view by default in tour example
This commit is contained in:
parent
d53e1bb00b
commit
93093fa023
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue