Beam: 1.15

This commit is contained in:
Enrico Ros
2024-03-08 12:16:58 -08:00
parent 1d9b8503c0
commit fd4e8985fc
+1 -1
View File
@@ -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}
/>