diff --git a/src/components/ImageExportDialog.tsx b/src/components/ImageExportDialog.tsx index 52a30a0f7..10013172b 100644 --- a/src/components/ImageExportDialog.tsx +++ b/src/components/ImageExportDialog.tsx @@ -197,22 +197,24 @@ const ImageExportModal = ({ label={t("imageExportDialog.label.withBackground")} name="exportBackgroundSwitch" > - { + if (isBackgroundImageKey(value)) { + setExportBackgroundImage(value); + actionManager.executeAction( + actionChangeExportBackgroundImage, + "ui", + EXPORT_BACKGROUND_IMAGES[value].path, + ); + } + }} + /> + )}