Fix add files for convert so they appear in recents

This commit is contained in:
Connor Yoh 2025-08-06 16:49:25 +01:00
parent 3a9f30954f
commit 45c775a8e0

View File

@ -358,7 +358,7 @@ export const useConvertOperation = (): ConvertOperationHook => {
setDownloadFilename(convertedFile.name);
setStatus(t("downloadComplete"));
await processResults(new Blob([convertedFile]), convertedFile.name);
await addFiles([convertedFile]);
markOperationApplied(fileId, operationId);
} catch (error: any) {
console.error(error);