mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 20:59:49 +00:00
Removed useless option
This commit is contained in:
parent
12c5ab900d
commit
188e64dff6
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ const settingsSections = {
|
|||
{ 'id': 'subtitles_outline_color', 'header': 'Subtitles outline color', 'label': 'Subtitles outline color', 'type': 'color' },
|
||||
{ 'id': 'autoplay_next_vid', 'label': 'Auto-play next episode', 'type': 'checkbox' },
|
||||
{ 'id': 'pause_on_lost_focus', 'label': 'Pause playback when not in focus', 'type': 'checkbox' },
|
||||
{ 'id': 'hardware-accelerated_decoding', 'label': 'Hardware-accelerated decoding', 'type': 'checkbox' },
|
||||
{ 'id': 'use_external_player', 'label': 'Launch player in a separate window (advanced)', 'type': 'checkbox' },
|
||||
],
|
||||
'Streaming': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue