Skip to content

Commit 8fb664f

Browse files
ralphphotovoltex
andauthored
Use explicit initializer value
Co-authored-by: Felix Prillwitz <[email protected]>
1 parent 2a5f698 commit 8fb664f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ async fn get_setup() -> Setup {
15341534
initial_volume,
15351535
disable_volume,
15361536
volume_steps,
1537-
..ConnectConfig::default()
1537+
emit_set_queue_events: false
15381538
}
15391539
};
15401540

0 commit comments

Comments
 (0)