mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Attach: Camera icon just under the mic on mobile
This commit is contained in:
@@ -591,6 +591,9 @@ export function Composer(props: {
|
||||
{/* [mobile] Mic button */}
|
||||
{recognitionState.isAvailable && <ButtonMicMemo variant={micVariant} color={micColor} onClick={handleToggleMic} />}
|
||||
|
||||
{/* Responsive Camera OCR button */}
|
||||
{showLLMAttachments && <ButtonAttachCameraMemo onOpenCamera={openCamera} />}
|
||||
|
||||
{/* [mobile] [+] button */}
|
||||
{showLLMAttachments && (
|
||||
<Dropdown>
|
||||
@@ -598,10 +601,6 @@ export function Composer(props: {
|
||||
<AddCircleOutlineIcon />
|
||||
</MenuButton>
|
||||
<Menu>
|
||||
{/* Responsive Camera OCR button */}
|
||||
<MenuItem>
|
||||
<ButtonAttachCameraMemo onOpenCamera={openCamera} />
|
||||
</MenuItem>
|
||||
|
||||
{/* Responsive Open Files button */}
|
||||
<MenuItem>
|
||||
|
||||
Reference in New Issue
Block a user