Skip to content

Commit

Permalink
Fix character sets
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed Sep 27, 2024
1 parent 60b6c36 commit d37df70
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/commands.vue
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,11 @@ const tree: Node[] = [ {
}, {
label: 'Special Characters',
children: [
{ label: 'Character Set 0', barcode: '%%SpecCodeBA0000', extra: 'chars-special-0' },
{ label: 'Character Set 1', barcode: '%%SpecCodeBA0001', extra: 'chars-special-1' },
{ label: 'Character Set 2', barcode: '%%SpecCodeBA0002', extra: 'chars-special-2' },
{ label: 'Character Set 3', barcode: '%%SpecCodeBA0003', extra: 'chars-special-3' },
{ label: 'Character Set 4', barcode: '%%SpecCodeBA0004', extra: 'chars-special-4' },
{ label: 'Character Set 5', barcode: '%%SpecCodeBA0005', extra: 'chars-special-5' },
{ label: 'Character Set 0', barcode: '%%SpecCodeBA0000', extra: 'chars-special-1' },
{ label: 'Character Set 1', barcode: '%%SpecCodeBA0001', extra: 'chars-special-2' },
{ label: 'Character Set 2', barcode: '%%SpecCodeBA0002', extra: 'chars-special-3' },
{ label: 'Character Set 3', barcode: '%%SpecCodeBA0003', extra: 'chars-special-4' },
{ label: 'Character Set 4', barcode: '%%SpecCodeBA0004', extra: 'chars-special-5' },
],
} ],
}, {
Expand Down

0 comments on commit d37df70

Please sign in to comment.