File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
invokeai/frontend/web/src/features/controlLayers/components/StagingArea Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import {
2222 PiEyeBold ,
2323 PiEyeSlashBold ,
2424 PiFloppyDiskBold ,
25- PiStackPlusBold ,
2625 PiTrashSimpleBold ,
2726 PiXBold ,
2827} from 'react-icons/pi' ;
@@ -180,14 +179,6 @@ export const StagingAreaToolbar = memo(() => {
180179 colorScheme = "invokeBlue"
181180 isDisabled = { ! selectedImage || ! selectedImage . imageDTO . is_intermediate }
182181 />
183- < IconButton
184- tooltip = { `${ t ( 'unifiedCanvas.saveToGallery' ) } (Shift+S)` }
185- aria-label = { t ( 'unifiedCanvas.saveToGallery' ) }
186- icon = { < PiStackPlusBold /> }
187- onClick = { onSaveStagingImage }
188- colorScheme = "invokeBlue"
189- isDisabled = { ! selectedImage }
190- />
191182 < IconButton
192183 tooltip = { `${ t ( 'unifiedCanvas.discardCurrent' ) } ` }
193184 aria-label = { t ( 'unifiedCanvas.discardCurrent' ) }
You can’t perform that action at this time.
0 commit comments