Add fontScale, gate it, fix some computes

This commit is contained in:
Eric Bailey
2024-09-13 17:55:15 -05:00
parent 78a531f5ff
commit d5b62f21f5
8 changed files with 148 additions and 110 deletions
+1
View File
@@ -2,5 +2,6 @@
* Device data that's specific to the device and does not vary based account
*/
export type Device = {
fontScale: number | undefined
lastNuxDialog: string | undefined
}