From f1f3c3932abc762d890a6e0e57bf21264d9daf77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sun, 8 Mar 2026 13:28:17 +0100 Subject: [PATCH] Revert "nicolium: remove non working toggles (they'll be moved to the timeline page)" This reverts commit f8a8f4062c43bfbeca178df6f0573be02d4b8c54. --- .../src/features/preferences/index.tsx | 34 +++++++++++++++++++ packages/nicolium/src/locales/en.json | 2 ++ 2 files changed, 36 insertions(+) diff --git a/packages/nicolium/src/features/preferences/index.tsx b/packages/nicolium/src/features/preferences/index.tsx index b221a6808..e14e438e3 100644 --- a/packages/nicolium/src/features/preferences/index.tsx +++ b/packages/nicolium/src/features/preferences/index.tsx @@ -307,6 +307,40 @@ const Preferences = () => { )} + + + } + > + + + + + } + > + + + + }> diff --git a/packages/nicolium/src/locales/en.json b/packages/nicolium/src/locales/en.json index f2c25cb81..6d4ecf612 100644 --- a/packages/nicolium/src/locales/en.json +++ b/packages/nicolium/src/locales/en.json @@ -1199,6 +1199,8 @@ "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",