about summary refs log tree commit diff
path: root/src/lib/routes
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-08-01 19:14:32 +0200
committerGitHub <noreply@github.com>2024-08-01 19:14:32 +0200
commitc78e9e31472af42a7920af18186f9ae499595100 (patch)
treeadb5481c1459ba5c0291291795975c52036332bd /src/lib/routes
parent388c157c366e67e0cb3d74e1cd05413ef41b235d (diff)
downloadvoidsky-c78e9e31472af42a7920af18186f9ae499595100.tar.zst
Move theme controls to its own screen (#4866)
Diffstat (limited to 'src/lib/routes')
-rw-r--r--src/lib/routes/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts
index fbb66c9e9..0cc83b475 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -38,6 +38,7 @@ export type CommonNavigatorParams = {
   PreferencesThreads: undefined
   PreferencesExternalEmbeds: undefined
   AccessibilitySettings: undefined
+  AppearanceSettings: undefined
   Search: {q?: string}
   Hashtag: {tag: string; author?: string}
   MessagesConversation: {conversation: string; embed?: string}