mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Update renderer/pages/index.tsx
Co-authored-by: NayamAmarshe <nayamamarshe@protonmail.com>
This commit is contained in:
parent
1dc313cb7f
commit
af613ac3a5
@ -365,8 +365,7 @@ const Home = () => {
|
||||
setVideoPath(filePath);
|
||||
} else {
|
||||
logit("📢 Setting image path: ", filePath);
|
||||
SetImagePath(filePath);
|
||||
setFormattedImagePath(formatPath(filePath));
|
||||
SetImagePath(formatPath(filePath));
|
||||
}
|
||||
|
||||
var dirname = filePath.match(/(.*)[\/\\]/)[1] || "";
|
||||
|
Loading…
Reference in New Issue
Block a user