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,
|
ModalOverlay,
|
||||||
useDisclosure,
|
useDisclosure,
|
||||||
} from '@chakra-ui/react';
|
} from '@chakra-ui/react';
|
||||||
import { cloneElement, ReactElement } from 'react';
|
import { ReactElement, cloneElement } from 'react';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
import HotkeysModalItem from './HotkeysModalItem';
|
import HotkeysModalItem from './HotkeysModalItem';
|
||||||
|
|
||||||
@ -65,11 +65,6 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
|
|||||||
desc: t('hotkeys.pinOptions.desc'),
|
desc: t('hotkeys.pinOptions.desc'),
|
||||||
hotkey: 'Shift+O',
|
hotkey: 'Shift+O',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: t('hotkeys.toggleViewer.title'),
|
|
||||||
desc: t('hotkeys.toggleViewer.desc'),
|
|
||||||
hotkey: 'Z',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t('hotkeys.toggleGallery.title'),
|
title: t('hotkeys.toggleGallery.title'),
|
||||||
desc: t('hotkeys.toggleGallery.desc'),
|
desc: t('hotkeys.toggleGallery.desc'),
|
||||||
@ -109,11 +104,6 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
|
|||||||
desc: t('hotkeys.setParameters.desc'),
|
desc: t('hotkeys.setParameters.desc'),
|
||||||
hotkey: 'A',
|
hotkey: 'A',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: t('hotkeys.restoreFaces.title'),
|
|
||||||
desc: t('hotkeys.restoreFaces.desc'),
|
|
||||||
hotkey: 'Shift+R',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t('hotkeys.upscale.title'),
|
title: t('hotkeys.upscale.title'),
|
||||||
desc: t('hotkeys.upscale.desc'),
|
desc: t('hotkeys.upscale.desc'),
|
||||||
|
Loading…
Reference in New Issue
Block a user