diff --git a/renderer/pages/index.jsx b/renderer/pages/index.jsx index fc9bfa5..fbbdd0b 100644 --- a/renderer/pages/index.jsx +++ b/renderer/pages/index.jsx @@ -270,39 +270,44 @@ const Home = () => { {imagePath.length === 0 && batchFolderPath.length === 0 ? ( - ) : upscaledImagePath.length === 0 ? ( - ) : !batchMode ? ( - - } - itemTwo={ - - } - className="h-screen" - /> + upscaledImagePath.length === 0 ? ( + + ) : ( + + } + itemTwo={ + + } + className="h-screen" + /> + ) ) : ( -

DONEEEEEEEEEEEEEEE

+

+ Finished Upscaling Folder! +

)}