Remove deprecated control property

912bebeb019d05a6f69a8bf4599ff69a6f18b4ff

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

1 files changed, +0 -1Showing whitespace changes
public/scripts/instruct-mode.js+0 -1
@@ -34,7 +34,6 @@ const controls = [
34 { id: 'instruct_last_system_sequence', property: 'last_system_sequence', isCheckbox: false },34 { id: 'instruct_last_system_sequence', property: 'last_system_sequence', isCheckbox: false },
35 { id: 'instruct_user_alignment_message', property: 'user_alignment_message', isCheckbox: false },35 { id: 'instruct_user_alignment_message', property: 'user_alignment_message', isCheckbox: false },
36 { id: 'instruct_stop_sequence', property: 'stop_sequence', isCheckbox: false },36 { id: 'instruct_stop_sequence', property: 'stop_sequence', isCheckbox: false },
37 { id: 'instruct_names', property: 'names', isCheckbox: true },
38 { id: 'instruct_first_output_sequence', property: 'first_output_sequence', isCheckbox: false },37 { id: 'instruct_first_output_sequence', property: 'first_output_sequence', isCheckbox: false },
39 { id: 'instruct_last_output_sequence', property: 'last_output_sequence', isCheckbox: false },38 { id: 'instruct_last_output_sequence', property: 'last_output_sequence', isCheckbox: false },
40 { id: 'instruct_first_input_sequence', property: 'first_input_sequence', isCheckbox: false },39 { id: 'instruct_first_input_sequence', property: 'first_input_sequence', isCheckbox: false },