mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
Shortcuts: fix names
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user