mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
LLMs: fix 'buttons can wrap'
This commit is contained in:
@@ -193,7 +193,7 @@ export function LLMAttachmentsList(props: {
|
||||
</Box>
|
||||
|
||||
{/* Overall Menu button */}
|
||||
{!_style.barWraps && (
|
||||
{!props.buttonsCanWrap && (
|
||||
<IconButton
|
||||
onClick={handleOverallMenuToggle}
|
||||
onContextMenu={handleOverallMenuToggle}
|
||||
|
||||
Reference in New Issue
Block a user