diff options
Diffstat (limited to 'src/storage/schema.ts')
-rw-r--r-- | src/storage/schema.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts index bc41fd3ed..1a9656fed 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -2,5 +2,7 @@ * Device data that's specific to the device and does not vary based account */ export type Device = { + fontScale: '-2' | '-1' | '0' | '1' | '2' + fontFamily: 'system' | 'theme' lastNuxDialog: string | undefined } |