mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Merge pull request #733 from Stremio/fix/settings-shortcuts
fix: settings navigate between menus shortcut
This commit is contained in:
commit
2f8a5df83d
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ const Settings = () => {
|
|||
<div className={classnames(styles['option-input-container'], styles['shortcut-container'])}>
|
||||
<kbd>1</kbd>
|
||||
<div className={styles['label']}>{ t('SETTINGS_SHORTCUT_TO') }</div>
|
||||
<kbd>5</kbd>
|
||||
<kbd>6</kbd>
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles['option-container']}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue