We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c95d64 commit c1ae7fbCopy full SHA for c1ae7fb
crates/notation_bevy/src/settings/notation_settings.rs
@@ -39,7 +39,7 @@ impl Default for NotationSettings {
39
fn default() -> Self {
40
Self {
41
layout: LayoutSettings::default(),
42
- add_ready_section: true,
+ add_ready_section: false,
43
should_loop: false,
44
speed_factor: 1.0,
45
hide_bar_number: false,
0 commit comments