mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): rename "Generation" tab to "Canvas", updated icons
This commit is contained in:
@@ -20,7 +20,7 @@ const QueueControls = () => {
|
||||
{isPrependEnabled && <QueueFrontButton />}
|
||||
<InvokeQueueBackButton />
|
||||
<Spacer />
|
||||
{tab === 'generation' && <SendToToggle />}
|
||||
{tab === 'canvas' && <SendToToggle />}
|
||||
<ClearQueueIconButton />
|
||||
</Flex>
|
||||
<ProgressBar />
|
||||
|
||||
Reference in New Issue
Block a user