summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/entities/User.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/User.ts b/src/util/entities/User.ts

index 700a6dae..585bd725 100644 --- a/src/util/entities/User.ts +++ b/src/util/entities/User.ts
@@ -470,7 +470,7 @@ export interface UserSettings { show_current_game: boolean; status: "online" | "offline" | "dnd" | "idle" | "invisible"; stream_notifications_enabled: boolean; - theme: "dark" | "white"; // dark + theme: "dark" | "light"; // dark timezone_offset: number; // e.g -60 banner_color: string | null; friend_discovery_flags: number;