We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd93b8 commit 4ec9c3aCopy full SHA for 4ec9c3a
apps/array/src/renderer/features/settings/components/SettingsView.tsx
@@ -376,6 +376,23 @@ export function SettingsView() {
376
/>
377
</Flex>
378
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
388
+ </Flex>
389
+ <Switch
390
+ checked={autoConvertLongText}
391
+ onCheckedChange={handleAutoConvertLongTextChange}
392
+ size="1"
393
+ />
394
395
+
396
<Flex align="center" justify="between">
397
<Flex direction="column" gap="1">
398
<Text size="1" weight="medium">
0 commit comments