summaryrefslogtreecommitdiff
path: root/src/services/math.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/math.ts')
-rw-r--r--src/services/math.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/math.ts b/src/services/math.ts
index 925bbcb..5c7dfce 100644
--- a/src/services/math.ts
+++ b/src/services/math.ts
@@ -18,7 +18,7 @@ export default class Math extends GObject.Object {
}
readonly #maxHistory = config.maxHistory;
- readonly #path = `${CACHE}/math-history.json`;
+ readonly #path = `${STATE}/math-history.json`;
readonly #history: HistoryItem[] = [];
#variables: Record<string, string> = {};