summaryrefslogtreecommitdiff
path: root/src/store/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/types.ts')
-rw-r--r--src/store/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/types.ts b/src/store/types.ts
index 3340c74..1e641ab 100644
--- a/src/store/types.ts
+++ b/src/store/types.ts
@@ -8,6 +8,7 @@ export type StateApp = {
latencyTestUrl: string;
selectedChartStyleIndex: number;
theme: string;
+ useEmojiFont: boolean;
collapsibleIsOpen: Record<string, boolean>;
proxySortBy: string;