Skip to content

Commit 7d5cef7

Browse files
psychedelicioushipsterusername
authored andcommitted
fix(ui): remove "adding to" text on Invoke tooltip on Workflows/Upscaling tabs
The "adding to" text indicates if images are going to the gallery or staging area. This info is relevant only to the canvas tab, but was displayed on Upscaling and Workflows tabs. Removed it from those tabs.
1 parent 1cc57a4 commit 7d5cef7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

invokeai/frontend/web/src/features/queue/components/InvokeButtonTooltip/InvokeButtonTooltip.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ const UpscaleTabTooltipContent = memo(({ prepend = false }: { prepend?: boolean
147147
<ReasonsList reasons={reasons} />
148148
</>
149149
)}
150-
<StyledDivider />
151-
<AddingToText />
152150
</Flex>
153151
);
154152
});
@@ -180,8 +178,6 @@ const WorkflowsTabTooltipContent = memo(({ prepend = false }: { prepend?: boolea
180178
<ReasonsList reasons={reasons} />
181179
</>
182180
)}
183-
<StyledDivider />
184-
<AddingToText />
185181
</Flex>
186182
);
187183
});

0 commit comments

Comments
 (0)