From f8a8f4062c43bfbeca178df6f0573be02d4b8c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sun, 8 Mar 2026 01:52:53 +0100 Subject: [PATCH] nicolium: remove non working toggles (they'll be moved to the timeline page) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- .../src/features/preferences/index.tsx | 34 ------------------- packages/nicolium/src/locales/en.json | 2 -- 2 files changed, 36 deletions(-) diff --git a/packages/nicolium/src/features/preferences/index.tsx b/packages/nicolium/src/features/preferences/index.tsx index e14e438e3..b221a6808 100644 --- a/packages/nicolium/src/features/preferences/index.tsx +++ b/packages/nicolium/src/features/preferences/index.tsx @@ -307,40 +307,6 @@ const Preferences = () => { )} - - - } - > - - - - - } - > - - - - }> diff --git a/packages/nicolium/src/locales/en.json b/packages/nicolium/src/locales/en.json index 6d4ecf612..f2c25cb81 100644 --- a/packages/nicolium/src/locales/en.json +++ b/packages/nicolium/src/locales/en.json @@ -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",