Skip to content

Commit

Permalink
Shortcuts: fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Nov 3, 2023
1 parent 151117e commit 5dcdff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apps/chat/components/applayout/useLLMDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/common/layout/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 5dcdff2

@vercel
Copy link

@vercel vercel bot commented on 5dcdff2 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
big-agi-enricoros.vercel.app
get.big-agi.com

Please sign in to comment.