Skip to content

Commit

Permalink
fix(ui): remove accidentally added staging button
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious authored and hipsterusername committed Sep 16, 2024
1 parent 5d3749a commit 1545289
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
PiEyeBold,
PiEyeSlashBold,
PiFloppyDiskBold,
PiStackPlusBold,
PiTrashSimpleBold,
PiXBold,
} from 'react-icons/pi';
Expand Down Expand Up @@ -180,14 +179,6 @@ export const StagingAreaToolbar = memo(() => {
colorScheme="invokeBlue"
isDisabled={!selectedImage || !selectedImage.imageDTO.is_intermediate}
/>
<IconButton
tooltip={`${t('unifiedCanvas.saveToGallery')} (Shift+S)`}
aria-label={t('unifiedCanvas.saveToGallery')}
icon={<PiStackPlusBold />}
onClick={onSaveStagingImage}
colorScheme="invokeBlue"
isDisabled={!selectedImage}
/>
<IconButton
tooltip={`${t('unifiedCanvas.discardCurrent')}`}
aria-label={t('unifiedCanvas.discardCurrent')}
Expand Down

0 comments on commit 1545289

Please sign in to comment.