UX: Don't reset image paths when stopping

Many users have requested things like using all AI models. I question the utility of that, though I believe such requests may arise from the hassle of doing that manually, so let's make it easier for users to do that manually.
This commit is contained in:
Aaron Liu
2025-06-28 11:17:42 -04:00
parent 7a5897bf82
commit a3e9186542

View File

@@ -31,7 +31,6 @@ function ProgressBar({
const stopHandler = () => {
window.electron.send(ELECTRON_COMMANDS.STOP);
logit("🛑 Stopping Upscayl");
resetImagePaths();
};
// const progressStyle = useMemo(() => {