Skip to content

Commit

Permalink
fix(gui): do not persist upscale image source
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 18, 2023
1 parent 7c60621 commit dc84bec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gui/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ export async function main() {
mask: undefined,
source: undefined,
},
upscaleTab: {
...s.upscaleTab,
source: undefined,
},
};
},
storage: createJSONStorage(() => localStorage),
Expand Down

0 comments on commit dc84bec

Please sign in to comment.