Browse Source

add highContrastMode to type Settings

Sine Jespersen 4 months ago
parent
commit
6fd91e58cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/stores/index.ts

+ 1 - 0
src/lib/stores/index.ts

@@ -142,6 +142,7 @@ type Settings = {
 	audio?: AudioSettings;
 	showUsername?: boolean;
 	notificationEnabled?: boolean;
+	highContrastMode?: boolean;
 	title?: TitleSettings;
 	splitLargeDeltas?: boolean;
 	chatDirection: 'LTR' | 'RTL' | 'auto';