fix: move "Plain Text Only" setting from Reading to Composing #422

This commit is contained in:
Linus Rath
2026-06-15 17:39:18 +02:00
parent dcea4fdd5e
commit 404a1e847c
3 changed files with 9 additions and 9 deletions
@@ -22,6 +22,7 @@ export function ComposingSettings() {
const {
autoSelectReplyIdentity,
plainTextMode,
attachmentReminderEnabled,
attachmentReminderKeywords,
sendDelaySeconds,
@@ -44,6 +45,13 @@ export function ComposingSettings() {
/>
</SettingItem>
<SettingItem label={t('plain_text_mode.label')} description={t('plain_text_mode.description')}>
<ToggleSwitch
checked={plainTextMode}
onChange={(checked) => updateSetting('plainTextMode', checked)}
/>
</SettingItem>
<SettingItem label={t('send_delay.label')} description={t('send_delay.description')}>
<div className="flex flex-col items-end gap-1">
<Select