mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
refactor(Settings): disable next video popup setting when auto-play is unchecked
This commit is contained in:
parent
1612343d73
commit
262fbbdf11
1 changed files with 1 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ const Settings = () => {
|
|||
</div>
|
||||
<Multiselect
|
||||
className={classnames(styles['option-input-container'], styles['multiselect-container'])}
|
||||
disabled={!profile.settings.bingeWatching}
|
||||
{...nextVideoPopupDurationSelect}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue