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