Fix instruct macro checkbox missing control bindings Fixes #3643

cf63b70997402900358bb11c7ce5fed13e82c2da

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/scripts/instruct-mode.js+1 -0
@@ -23,6 +23,7 @@ export const names_behavior_types = {
2323const controls = [
2424 { id: 'instruct_enabled', property: 'enabled', isCheckbox: true },
2525 { id: 'instruct_wrap', property: 'wrap', isCheckbox: true },
26+ { id: 'instruct_macro', property: 'macro', isCheckbox: true },
2627 { id: 'instruct_system_sequence_prefix', property: 'system_sequence_prefix', isCheckbox: false },
2728 { id: 'instruct_system_sequence_suffix', property: 'system_sequence_suffix', isCheckbox: false },
2829 { id: 'instruct_input_sequence', property: 'input_sequence', isCheckbox: false },