Added undo

This commit is contained in:
Connor Yoh 2025-09-05 14:43:21 +01:00
parent bf781119fc
commit 977fdc0ea5

View File

@ -36,6 +36,7 @@ return createToolFlow({
operation: base.operation,
title: t("auto-rename.results.title", "Auto-Rename Results"),
onFileClick: base.handleThumbnailClick,
onUndo: base.handleUndo,
},
});
};