cleanup: Remove console hotkey from modal (no console anymore)

This commit is contained in:
blessedcoolant 2023-07-18 22:27:36 +12:00
parent e6bfc382a5
commit 5d635c7221

View File

@ -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 = [