1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 11:28:25 +02:00

Added props

This commit is contained in:
Feenix 2022-11-15 20:23:56 +05:30
parent fb0cab3ffb
commit a5dd8b89ea

View File

@ -24,6 +24,7 @@ const Home = () => {
const [batchFolderPath, setBatchFolderPath] = useState("");
const [upscaledBatchFolderPath, setUpscaledBatchFolderPath] = useState("");
const [doubleUpscayl, setDoubleUpscayl] = useState(false);
const [isVideo, setIsVideo] = useState(false);
const resetImagePaths = () => {
setProgress("");
@ -288,6 +289,8 @@ const Home = () => {
doubleUpscayl={doubleUpscayl}
setDoubleUpscayl={setDoubleUpscayl}
model={model}
isVideo={isVideo}
setIsVideo={setIsVideo}
/>
<Footer />