From f6092b88bf4807a7b16fffc19229f5a9da1bff62 Mon Sep 17 00:00:00 2001 From: TGS963 Date: Sat, 29 Apr 2023 20:26:26 +0530 Subject: [PATCH] resolved bug with rightpanelinfo disappearing --- renderer/pages/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renderer/pages/index.tsx b/renderer/pages/index.tsx index f5901ba..40b93b0 100644 --- a/renderer/pages/index.tsx +++ b/renderer/pages/index.tsx @@ -586,14 +586,14 @@ const Home = () => { {/* DEFAULT PANE INFO */} {((!isVideo && !batchMode && - imagePath.length === 0 && + imagePath.length === 0 || upscaledImagePath.length === 0) || (!isVideo && batchMode && - batchFolderPath.length === 0 && + batchFolderPath.length === 0 || upscaledBatchFolderPath.length === 0) || (isVideo && - videoPath.length === 0 && + videoPath.length === 0 || upscaledVideoPath.length === 0)) && (