Skip to content

Commit 4ec9c3a

Browse files
committed
lint
1 parent 7bd93b8 commit 4ec9c3a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

apps/array/src/renderer/features/settings/components/SettingsView.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,23 @@ export function SettingsView() {
376376
/>
377377
</Flex>
378378

379+
<Flex align="center" justify="between">
380+
<Flex direction="column" gap="1">
381+
<Text size="1" weight="medium">
382+
Auto-convert long text
383+
</Text>
384+
<Text size="1" color="gray">
385+
Automatically convert pasted text over 500 characters into
386+
an attachment
387+
</Text>
388+
</Flex>
389+
<Switch
390+
checked={autoConvertLongText}
391+
onCheckedChange={handleAutoConvertLongTextChange}
392+
size="1"
393+
/>
394+
</Flex>
395+
379396
<Flex align="center" justify="between">
380397
<Flex direction="column" gap="1">
381398
<Text size="1" weight="medium">

0 commit comments

Comments
 (0)