fix: move "Plain Text Only" setting from Reading to Composing #422
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user