mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-22 13:29:59 +01:00
Added props
This commit is contained in:
parent
fb0cab3ffb
commit
a5dd8b89ea
@ -24,6 +24,7 @@ const Home = () => {
|
|||||||
const [batchFolderPath, setBatchFolderPath] = useState("");
|
const [batchFolderPath, setBatchFolderPath] = useState("");
|
||||||
const [upscaledBatchFolderPath, setUpscaledBatchFolderPath] = useState("");
|
const [upscaledBatchFolderPath, setUpscaledBatchFolderPath] = useState("");
|
||||||
const [doubleUpscayl, setDoubleUpscayl] = useState(false);
|
const [doubleUpscayl, setDoubleUpscayl] = useState(false);
|
||||||
|
const [isVideo, setIsVideo] = useState(false);
|
||||||
|
|
||||||
const resetImagePaths = () => {
|
const resetImagePaths = () => {
|
||||||
setProgress("");
|
setProgress("");
|
||||||
@ -288,6 +289,8 @@ const Home = () => {
|
|||||||
doubleUpscayl={doubleUpscayl}
|
doubleUpscayl={doubleUpscayl}
|
||||||
setDoubleUpscayl={setDoubleUpscayl}
|
setDoubleUpscayl={setDoubleUpscayl}
|
||||||
model={model}
|
model={model}
|
||||||
|
isVideo={isVideo}
|
||||||
|
setIsVideo={setIsVideo}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Footer />
|
<Footer />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user