We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aac4b0 commit 246f231Copy full SHA for 246f231
apps/array/src/renderer/features/settings/components/SettingsView.tsx
@@ -390,6 +390,23 @@ export function SettingsView() {
390
/>
391
</Flex>
392
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
402
+ </Flex>
403
+ <Switch
404
+ checked={autoConvertLongText}
405
+ onCheckedChange={handleAutoConvertLongTextChange}
406
+ size="1"
407
+ />
408
409
+
410
<Flex align="center" justify="between">
411
<Flex direction="column" gap="1">
412
<Text size="1" weight="medium">
0 commit comments