Skip to content

Commit c1ae7fb

Browse files
committed
make add_ready_section default to false
1 parent 9c95d64 commit c1ae7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/notation_bevy/src/settings/notation_settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl Default for NotationSettings {
3939
fn default() -> Self {
4040
Self {
4141
layout: LayoutSettings::default(),
42-
add_ready_section: true,
42+
add_ready_section: false,
4343
should_loop: false,
4444
speed_factor: 1.0,
4545
hide_bar_number: false,

0 commit comments

Comments
 (0)