This commit is contained in:
Eric Bailey
2024-09-15 13:05:30 -05:00
parent 19685b1c40
commit 482e72280b
3 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* Device data that's specific to the device and does not vary based account
*/
export type Device = {
fontScale: number | undefined
fontScale: number
fontFamily: 'system' | 'theme'
lastNuxDialog: string | undefined
}