mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
fix: persist last used image format in "Save image as" setting (#1257)
This commit is contained in:
@@ -65,7 +65,6 @@ function SettingsTab({
|
||||
// HANDLERS
|
||||
const setExportType = (format: ImageFormat) => {
|
||||
setSaveImageAs(format);
|
||||
localStorage.setItem("saveImageAs", format);
|
||||
};
|
||||
|
||||
const handleCompressionChange = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user