mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
AppChat: Draw: "draw options" on desktop
This commit is contained in:
@@ -12,7 +12,7 @@ export function ButtonOptionsDraw(props: { isMobile?: boolean, onClick: () => vo
|
||||
</IconButton>
|
||||
) : (
|
||||
<Button variant='soft' color='warning' onClick={props.onClick} sx={props.sx}>
|
||||
Options
|
||||
Draw Options
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user