diff --git a/src/components/modals/main/settings/sections/background/Background.jsx b/src/components/modals/main/settings/sections/background/Background.jsx index 21a375b4..af262dee 100644 --- a/src/components/modals/main/settings/sections/background/Background.jsx +++ b/src/components/modals/main/settings/sections/background/Background.jsx @@ -388,7 +388,7 @@ export default class BackgroundSettings extends PureComponent { name="photoMap" text={variables.getMessage('modals.main.settings.sections.background.show_map')} element=".other" - disabled={this.state.backgroundAPI !== 'unsplash'} + disabled={!usingImage} /> ) : null}