mirror of
https://github.com/mue/mue.git
synced 2026-06-11 11:08:45 +02:00
fix: allow map for Mue images
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user