1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fix issue where options button gets into a state of disabled with no way to re-enable it unless you add a list with movies in it

This commit is contained in:
nitsua 2020-09-07 01:43:03 -04:00 committed by Qstick
parent bc83e902cc
commit f7e208afe1

View File

@ -317,7 +317,6 @@ class DiscoverMovie extends Component {
<PageToolbarButton
label={translate('Options')}
iconName={icons.POSTER}
isDisabled={hasNoMovie}
onPress={this.onPosterOptionsPress}
/> :
null
@ -328,7 +327,6 @@ class DiscoverMovie extends Component {
<PageToolbarButton
label={translate('Options')}
iconName={icons.OVERVIEW}
isDisabled={hasNoMovie}
onPress={this.onOverviewOptionsPress}
/> :
null