fix: allow map for Mue images

This commit is contained in:
Isaac
2022-11-21 16:19:08 +00:00
parent 0d6397d724
commit dc7ac55939

View File

@@ -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}
/>
</SettingsItem>
) : null}