diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-08-01 19:14:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 19:14:32 +0200 |
commit | c78e9e31472af42a7920af18186f9ae499595100 (patch) | |
tree | adb5481c1459ba5c0291291795975c52036332bd /src/routes.ts | |
parent | 388c157c366e67e0cb3d74e1cd05413ef41b235d (diff) | |
download | voidsky-c78e9e31472af42a7920af18186f9ae499595100.tar.zst |
Move theme controls to its own screen (#4866)
Diffstat (limited to 'src/routes.ts')
-rw-r--r-- | src/routes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts index ddf4fb39f..c9e23e08c 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -32,6 +32,7 @@ export const router = new Router({ PreferencesThreads: '/settings/threads', PreferencesExternalEmbeds: '/settings/external-embeds', AccessibilitySettings: '/settings/accessibility', + AppearanceSettings: '/settings/appearance', SavedFeeds: '/settings/saved-feeds', Support: '/support', PrivacyPolicy: '/support/privacy', |