mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-27 17:00: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 */}
|
||||
{((!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)) && (
|
||||
<RightPaneInfo
|
||||
version={version}
|
||||
|
Loading…
Reference in New Issue
Block a user