Skip to content

Commit

Permalink
upscaler to localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
Hangover3832 committed Jan 13, 2024
1 parent b63f254 commit 57037f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ async function getUpscalers() {
});

upscalerAutoComplete.value =
localStorage.getItem("openoutpaint/hr_upscaler") === null
localStorage.getItem("openoutpaint/upscaler") === null
? upscalers[0]
: localStorage.getItem("openoutpaint/upscaler");

Expand Down

0 comments on commit 57037f2

Please sign in to comment.