diff --git a/src/components/shortcuts-settings.jsx b/src/components/shortcuts-settings.jsx index c6ecfd31..cd90bcbe 100644 --- a/src/components/shortcuts-settings.jsx +++ b/src/components/shortcuts-settings.jsx @@ -249,46 +249,45 @@ function ShortcutsSettings({ onClose }) {
-

- Specify a list of shortcuts that'll appear as: -

- {[ - { - value: 'float-button', - label: 'Floating button', - imgURL: floatingButtonUrl, - }, - { - value: 'tab-menu-bar', - label: 'Tab/Menu bar', - imgURL: tabMenuBarUrl, - }, - { - value: 'multi-column', - label: 'Multi-column', - imgURL: multiColumnUrl, - }, - ].map(({ value, label, imgURL }) => ( - - ))} -
- {/* { + states.settings.shortcutsViewMode = e.target.value; + }} + />{' '} + {' '} + {label} + + ))} + + {/* */} -

{/*