feat: d2c tweaks (#7336)

This commit is contained in:
David Luzar
2023-11-24 14:02:11 +01:00
committed by GitHub
parent c7ee46e7f8
commit 3d1631f375
14 changed files with 168 additions and 74 deletions
@@ -47,7 +47,7 @@ export const ExportToImage = () => {
actionLabel={t("overwriteConfirm.action.exportToImage.button")}
onClick={() => {
actionManager.executeAction(actionChangeExportEmbedScene, "ui", true);
setAppState({ openDialog: "imageExport" });
setAppState({ openDialog: { name: "imageExport" } });
}}
>
{t("overwriteConfirm.action.exportToImage.description")}