Skip to content

Commit

Permalink
Match format for JS/JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl committed Dec 24, 2024
1 parent acb4566 commit 45dc4e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions www/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,9 @@ app.get('/api/getAddonsOptions', (req, res) => {
shmupBtnMask3: 0,
shmupBtnMask4: 0,
pinShmupDial: -1,
turboLedType: 1,
turboLedIndex: 16,
turboLedColor: 16711680,
turboLedType: 1,
turboLedIndex: 16,
turboLedColor: 16711680,
sliderSOCDModeDefault: 1,
snesPadClockPin: -1,
snesPadLatchPin: -1,
Expand Down
12 changes: 6 additions & 6 deletions www/src/Locales/en/AddonsConfig.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ export default {
'turbo-shmup-button-mask-3-label': 'Charge Button 3 Assignment',
'turbo-shmup-button-mask-4-label': 'Charge Button 4 Assignment',
'turbo-shmup-mix-mode-label': 'Simultaneous Priority Mode',
'turbo-led-type-label': 'Turbo LED Type',
'turbo-led-type-label-off': 'Off',
'turbo-led-type-label-pwm': 'PWM',
'turbo-led-type-label-rgb': 'RGB',
'turbo-led-index-label': 'Turbo LED Index',
'turbo-led-color-label': 'Turbo LED Color',
'turbo-led-type-label': 'Turbo LED Type',
'turbo-led-type-label-off': 'Off',
'turbo-led-type-label-pwm': 'PWM',
'turbo-led-type-label-rgb': 'RGB',
'turbo-led-index-label': 'Turbo LED Index',
'turbo-led-color-label': 'Turbo LED Color',
'joystick-selection-slider-header-text': 'Joystick Selection Slider',
'joystick-selection-slider-mode-zero-label': 'Slider Pin Mode Default',
'input-reverse-header-text': 'Input Reverse',
Expand Down

0 comments on commit 45dc4e0

Please sign in to comment.