1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-28 01:10:52 +01:00

resolved bug with rightpanelinfo disappearing

This commit is contained in:
TGS963 2023-04-29 20:26:26 +05:30
parent 48517e9896
commit f6092b88bf

View File

@ -586,14 +586,14 @@ const Home = () => {
{/* DEFAULT PANE INFO */} {/* DEFAULT PANE INFO */}
{((!isVideo && {((!isVideo &&
!batchMode && !batchMode &&
imagePath.length === 0 && imagePath.length === 0 ||
upscaledImagePath.length === 0) || upscaledImagePath.length === 0) ||
(!isVideo && (!isVideo &&
batchMode && batchMode &&
batchFolderPath.length === 0 && batchFolderPath.length === 0 ||
upscaledBatchFolderPath.length === 0) || upscaledBatchFolderPath.length === 0) ||
(isVideo && (isVideo &&
videoPath.length === 0 && videoPath.length === 0 ||
upscaledVideoPath.length === 0)) && ( upscaledVideoPath.length === 0)) && (
<RightPaneInfo <RightPaneInfo
version={version} version={version}