diff --git a/apps/documenteditor/main/app/controller/LeftMenu.js b/apps/documenteditor/main/app/controller/LeftMenu.js index a79c8d292b..bca91e5b26 100644 --- a/apps/documenteditor/main/app/controller/LeftMenu.js +++ b/apps/documenteditor/main/app/controller/LeftMenu.js @@ -348,6 +348,7 @@ define([ if (dontshow) Common.localStorage.setItem("de-hide-save-compatible", 1); if (btn == 'ok') { this.isFromFileDownloadAs = ext; + options.asc_setCompatible(false); this.api.asc_DownloadAs(options); menu.hide(); }