This commit is contained in:
Daniel 2024-11-28 16:05:57 +08:00
parent f7fea18b3b
commit ac240d69c8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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