mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
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:
@@ -31,7 +31,6 @@ function ProgressBar({
|
||||
const stopHandler = () => {
|
||||
window.electron.send(ELECTRON_COMMANDS.STOP);
|
||||
logit("🛑 Stopping Upscayl");
|
||||
resetImagePaths();
|
||||
};
|
||||
|
||||
// const progressStyle = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user