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:
@ -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 />
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user