1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-30 18:24:27 +01:00

Update renderer/pages/index.tsx

Co-authored-by: NayamAmarshe <nayamamarshe@protonmail.com>
This commit is contained in:
Yevgeniy Akimenko 2023-05-02 13:07:34 -07:00 committed by GitHub
parent 27c6c51448
commit e2b26f0608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -632,8 +632,8 @@ const Home = () => {
"file://" + "file://" +
`${ `${
upscaledImagePath upscaledImagePath
? formattedUpscaledImagePath ? upscaledImagePath
: formattedImagePath : imagePath
}` }`
} }
onLoad={(e: any) => { onLoad={(e: any) => {