Shortcuts: fix names

This commit is contained in:
Enrico Ros
2023-11-02 17:37:44 -07:00
parent 151117ed5e
commit 5dcdff20d4
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ function AppBarLLMDropdown(props: {
</ListItemButton>
)}
<Tooltip title={<KeyStroke combo='Ctrl + Alt + M' />}>
<Tooltip title={<KeyStroke combo='Ctrl + Shift + M' />}>
<ListItemButton key='menu-llms' onClick={openLayoutModelsSetup}>
<ListItemDecorator><BuildCircleIcon color='success' /></ListItemDecorator>
Models
+1 -1
View File
@@ -63,7 +63,7 @@ function CommonMenuItems(props: { onClose: () => void }) {
{/*</MenuItem>*/}
{/* Preferences |...| Dark Mode Toggle */}
{/*<Tooltip title={<KeyStroke combo='Ctrl + Alt + P' />}>*/}
{/*<Tooltip title={<KeyStroke combo='Ctrl + Shift + P' />}>*/}
<MenuItem onClick={handleShowSettings}>
<ListItemDecorator><SettingsOutlinedIcon /></ListItemDecorator>
Preferences