This commit is contained in:
Daniel
2024-11-28 16:05:57 +08:00
parent f7fea18b3b
commit ac240d69c8

View File

@@ -64,7 +64,7 @@ export const saveExport = (option: IExportOptions) => {
wordDialog.destroy();
});
} else {
getExportPath(option);
getExportPath(option, false, true);
}
/// #endif
};