mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
cleanup: Removed unused hotkeys from hotkeys modal
This commit is contained in:
parent
f970e3792f
commit
e6bfc382a5
@ -15,7 +15,7 @@ import {
|
||||
ModalOverlay,
|
||||
useDisclosure,
|
||||
} from '@chakra-ui/react';
|
||||
import { cloneElement, ReactElement } from 'react';
|
||||
import { ReactElement, cloneElement } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import HotkeysModalItem from './HotkeysModalItem';
|
||||
|
||||
@ -65,11 +65,6 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
|
||||
desc: t('hotkeys.pinOptions.desc'),
|
||||
hotkey: 'Shift+O',
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.toggleViewer.title'),
|
||||
desc: t('hotkeys.toggleViewer.desc'),
|
||||
hotkey: 'Z',
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.toggleGallery.title'),
|
||||
desc: t('hotkeys.toggleGallery.desc'),
|
||||
@ -109,11 +104,6 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
|
||||
desc: t('hotkeys.setParameters.desc'),
|
||||
hotkey: 'A',
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.restoreFaces.title'),
|
||||
desc: t('hotkeys.restoreFaces.desc'),
|
||||
hotkey: 'Shift+R',
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.upscale.title'),
|
||||
desc: t('hotkeys.upscale.desc'),
|
||||
|
Loading…
Reference in New Issue
Block a user