Fix instruct macro checkbox missing control bindings Fixes #3643

cf63b70997402900358bb11c7ce5fed13e82c2da

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

1 files changed, +1 -0Showing whitespace changes
public/scripts/instruct-mode.js+1 -0
@@ -23,6 +23,7 @@ export const names_behavior_types = {
23const controls = [23const controls = [
24 { id: 'instruct_enabled', property: 'enabled', isCheckbox: true },24 { id: 'instruct_enabled', property: 'enabled', isCheckbox: true },
25 { id: 'instruct_wrap', property: 'wrap', isCheckbox: true },25 { id: 'instruct_wrap', property: 'wrap', isCheckbox: true },
26 { id: 'instruct_macro', property: 'macro', isCheckbox: true },
26 { id: 'instruct_system_sequence_prefix', property: 'system_sequence_prefix', isCheckbox: false },27 { id: 'instruct_system_sequence_prefix', property: 'system_sequence_prefix', isCheckbox: false },
27 { id: 'instruct_system_sequence_suffix', property: 'system_sequence_suffix', isCheckbox: false },28 { id: 'instruct_system_sequence_suffix', property: 'system_sequence_suffix', isCheckbox: false },
28 { id: 'instruct_input_sequence', property: 'input_sequence', isCheckbox: false },29 { id: 'instruct_input_sequence', property: 'input_sequence', isCheckbox: false },