mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): remove clear temp folder canvas button
This button is nonfunctional. Soon we will introduce a different way to handle clearing out intermediate images (likely automated).
This commit is contained in:
@ -12,7 +12,6 @@ import {
|
||||
setShouldShowCanvasDebugInfo,
|
||||
setShouldShowIntermediates,
|
||||
} from 'features/canvas/store/canvasSlice';
|
||||
import EmptyTempFolderButtonModal from 'features/system/components/ClearTempFolderButtonModal';
|
||||
|
||||
import { FaWrench } from 'react-icons/fa';
|
||||
|
||||
@ -105,7 +104,6 @@ const UnifiedCanvasSettings = () => {
|
||||
onChange={(e) => dispatch(setShouldAntialias(e.target.checked))}
|
||||
/>
|
||||
<ClearCanvasHistoryButtonModal />
|
||||
<EmptyTempFolderButtonModal />
|
||||
</Flex>
|
||||
</IAIPopover>
|
||||
);
|
||||
|
Reference in New Issue
Block a user