mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
advanced button temporary disabled
This commit is contained in:
parent
ebbb3329df
commit
64da71b923
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ const SubtitlesPicker = (props) => {
|
|||
onChange={onOffsetChange}
|
||||
/>
|
||||
<div className={styles['spacing']} />
|
||||
<Button className={classnames(styles['advanced-button'], { 'disabled': tracksForLanguage.length === 0 })}>Advanced</Button>
|
||||
<Button className={classnames(styles['advanced-button'], 'disabled')} title={'Advanced'}>Advanced</Button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue