From dc7ac55939cb8912bf4c1312219d76c679ba2c45 Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 21 Nov 2022 16:19:08 +0000 Subject: [PATCH] fix: allow map for Mue images --- .../modals/main/settings/sections/background/Background.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}