mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
Merge pull request #969 from Stremio/refactor/remove-settings-videos-menu-shortcut
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
Settings: remove videos menu shortcut
This commit is contained in:
commit
5adc0937dd
1 changed files with 0 additions and 5 deletions
|
|
@ -56,11 +56,6 @@ const Shortcuts = forwardRef<HTMLDivElement>((_, ref) => {
|
|||
<kbd>I</kbd>
|
||||
</div>
|
||||
</Option>
|
||||
<Option label={'SETTINGS_SHORTCUT_MENU_VIDEOS'}>
|
||||
<div className={styles['shortcut-container']}>
|
||||
<kbd>V</kbd>
|
||||
</div>
|
||||
</Option>
|
||||
<Option label={'SETTINGS_SHORTCUT_FULLSCREEN'}>
|
||||
<div className={styles['shortcut-container']}>
|
||||
<kbd>F</kbd>
|
||||
|
|
|
|||
Loading…
Reference in a new issue