From da8499c8810eccbb448516adedcbb19a1964c081 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 19 Sep 2023 12:24:58 -0700 Subject: Add thread sort settings (#1475) * Add thread sorting preferences * UI tweaks * Tweak settings * Tune the copy --- src/routes.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/routes.ts') diff --git a/src/routes.ts b/src/routes.ts index 7c356eb1b..35266d85b 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -23,6 +23,7 @@ export const router = new Router({ Log: '/sys/log', AppPasswords: '/settings/app-passwords', PreferencesHomeFeed: '/settings/home-feed', + PreferencesThreads: '/settings/threads', SavedFeeds: '/settings/saved-feeds', Support: '/support', PrivacyPolicy: '/support/privacy', -- cgit 1.4.1