nicolium: remove non working toggles (they'll be moved to the timeline page)

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-08 01:52:53 +01:00
parent 64b1b1368c
commit f8a8f4062c
2 changed files with 0 additions and 36 deletions

View File

@ -307,40 +307,6 @@ const Preferences = () => {
</List>
)}
<List>
<ListItem
label={
<FormattedMessage
id='home.column_settings.show_reblogs'
defaultMessage='Show reposts in home timeline'
/>
}
>
<SettingToggle
settings={settings}
settingPath={['timelines', 'home', 'shows', 'reblog']}
defaultValue
onChange={onToggleChange}
/>
</ListItem>
<ListItem
label={
<FormattedMessage
id='home.column_settings.show_replies'
defaultMessage='Show replies in home timeline'
/>
}
>
<SettingToggle
settings={settings}
settingPath={['timelines', 'home', 'shows', 'reply']}
defaultValue
onChange={onToggleChange}
/>
</ListItem>
</List>
<List>
<ListItem label={<FormattedMessage id='preferences.fields.theme' defaultMessage='Theme' />}>
<ThemeToggle />

View File

@ -1199,8 +1199,6 @@
"groups.pending.count": "{number, plural, one {# pending request} other {# pending requests}}",
"hashtag.follow": "Follow hashtag",
"hashtags.and_other": "…and {count, plural, other {# more}}",
"home.column_settings.show_reblogs": "Show reposts in home timeline",
"home.column_settings.show_replies": "Show replies in home timeline",
"icon_button.icons": "Icons",
"icon_button.label": "Select icon",
"import_data.actions.import": "Import",