Skip to content

Commit 246f231

Browse files
committed
lint
1 parent 8aac4b0 commit 246f231

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
@@ -390,6 +390,23 @@ export function SettingsView() {
390390
/>
391391
</Flex>
392392

393+
<Flex align="center" justify="between">
394+
<Flex direction="column" gap="1">
395+
<Text size="1" weight="medium">
396+
Auto-convert long text
397+
</Text>
398+
<Text size="1" color="gray">
399+
Automatically convert pasted text over 500 characters into
400+
an attachment
401+
</Text>
402+
</Flex>
403+
<Switch
404+
checked={autoConvertLongText}
405+
onCheckedChange={handleAutoConvertLongTextChange}
406+
size="1"
407+
/>
408+
</Flex>
409+
393410
<Flex align="center" justify="between">
394411
<Flex direction="column" gap="1">
395412
<Text size="1" weight="medium">

0 commit comments

Comments
 (0)