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:
parent
48517e9896
commit
f6092b88bf
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user