mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
cleanup: Remove console hotkey from modal (no console anymore)
This commit is contained in:
parent
e6bfc382a5
commit
5d635c7221
@ -80,12 +80,6 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
|
||||
desc: t('hotkeys.changeTabs.desc'),
|
||||
hotkey: '1-5',
|
||||
},
|
||||
|
||||
{
|
||||
title: t('hotkeys.consoleToggle.title'),
|
||||
desc: t('hotkeys.consoleToggle.desc'),
|
||||
hotkey: '`',
|
||||
},
|
||||
];
|
||||
|
||||
const generalHotkeys = [
|
||||
|
Loading…
Reference in New Issue
Block a user