mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Beam: 1.15
This commit is contained in:
@@ -33,7 +33,7 @@ export function UxLabsSettings() {
|
||||
return <>
|
||||
|
||||
<FormSwitchControl
|
||||
title={<><ChatBeamIcon color={labsChatBeam ? 'primary' : undefined} sx={{ mr: 0.25 }} />Chat Beam</>} description={'v1.14 · ' + (labsChatBeam ? 'Active' : 'Off')}
|
||||
title={<><ChatBeamIcon color={labsChatBeam ? 'primary' : undefined} sx={{ mr: 0.25 }} />Chat Beam</>} description={'v1.15 · ' + (labsChatBeam ? 'Active' : 'Off')}
|
||||
checked={labsChatBeam} onChange={setLabsChatBeam}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user