mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-09 14:54:10 +01:00
Fix comment above StorageAccessType
This commit is contained in:
Vendored
+1
-2
@@ -30,8 +30,7 @@ export type ThemeSettingType = 'system' | 'light' | 'dark';
|
||||
|
||||
export type NotificationSettingType = 'message' | 'name' | 'count' | 'off';
|
||||
|
||||
// This should be in sync with `UI_CONFIGURATION_KEYS` in
|
||||
// `ts/textsecure/Storage.ts`.
|
||||
// This should be in sync with `STORAGE_UI_KEYS` in `ts/types/StorageUIKeys.ts`.
|
||||
export type StorageAccessType = {
|
||||
'always-relay-calls': boolean;
|
||||
'audio-notification': boolean;
|
||||
|
||||
Reference in New Issue
Block a user